From 3094bf3d446eb061e4cace6494431859aa6c727e Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Fri, 4 Dec 2020 23:25:07 +1100 Subject: [PATCH] fix front end build --- www/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/Dockerfile b/www/Dockerfile index a26e1db..2a173d8 100644 --- a/www/Dockerfile +++ b/www/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /app COPY . /app RUN apk update \ - && apk add --no-cache git \ + && apk add --no-cache git python\ && npm ci \ && npm run generate