|
|
|
@ -15,6 +15,8 @@ ENV TERM=xterm \
|
|
|
|
LANG='C.UTF-8' \
|
|
|
|
LANG='C.UTF-8' \
|
|
|
|
LC_ALL='C.UTF-8'
|
|
|
|
LC_ALL='C.UTF-8'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RUN apk add python3 g++ make
|
|
|
|
|
|
|
|
|
|
|
|
# Install dependencies
|
|
|
|
# Install dependencies
|
|
|
|
COPY cvat-core/package*.json /tmp/cvat-core/
|
|
|
|
COPY cvat-core/package*.json /tmp/cvat-core/
|
|
|
|
COPY cvat-canvas/package*.json /tmp/cvat-canvas/
|
|
|
|
COPY cvat-canvas/package*.json /tmp/cvat-canvas/
|
|
|
|
|