diff --git a/Dockerfile b/Dockerfile index c4362c3..4c3b874 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:latest # Debug # RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories -RUN apk --no-cache add nodejs npm nginx task python3 +RUN apk --no-cache add nodejs npm nginx task python3 build-base COPY ./frontend /src/frontend COPY ./backend /src/backend