From 691a5f33d9a382cd814c84fcc4d174c11c7972a3 Mon Sep 17 00:00:00 2001 From: DCsunset Date: Wed, 10 Mar 2021 11:07:48 +0800 Subject: [PATCH] fix: add build-base package --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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