fix: add build-base package

This commit is contained in:
DCsunset 2021-03-10 11:07:48 +08:00
parent ba759ff6c5
commit 691a5f33d9

View file

@ -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