From 9cbe80eb198b6186f2f6c6b8358bc376947bce73 Mon Sep 17 00:00:00 2001 From: JuniorJPDJ Date: Sat, 16 Jul 2022 13:50:02 +0000 Subject: [PATCH] fix(front/Dockerfile): allow building on unusual architectures again --- front/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/Dockerfile b/front/Dockerfile index 4663d4c2c..7966c1469 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -7,7 +7,7 @@ COPY scripts /app/scripts COPY public /app/public COPY vite.config.js index.html embed.html /app/ -RUN apk add --no-cache jq bash coreutils python3 +RUN apk add --no-cache jq bash coreutils python3 build-base RUN yarn install RUN yarn build:deployment