From 2030172a3d99e37c98d5321d8b60101dea6d1025 Mon Sep 17 00:00:00 2001 From: Andrey Zhavoronkov Date: Wed, 9 Dec 2020 12:21:25 +0300 Subject: [PATCH] fixed cvat_ui image build --- Dockerfile.ui | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.ui b/Dockerfile.ui index 25a2099e..4f15e6ad 100644 --- a/Dockerfile.ui +++ b/Dockerfile.ui @@ -15,6 +15,8 @@ ENV TERM=xterm \ LANG='C.UTF-8' \ LC_ALL='C.UTF-8' +RUN apk add python3 g++ make + # Install dependencies COPY cvat-core/package*.json /tmp/cvat-core/ COPY cvat-canvas/package*.json /tmp/cvat-canvas/