fix(front/Dockerfile): allow building on unusual architectures again
This commit is contained in:
parent
0ee20f400c
commit
9cbe80eb19
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue