Skip to content

Commit

Permalink
wild guess
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-lehnen-rc committed Sep 25, 2023
1 parent a073151 commit 9df7d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/.docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ADD . /app
LABEL maintainer="[email protected]"

RUN set -x \
&& apk add --no-cache --virtual .fetch-deps python3 make g++ libc6-compat \
&& apk add --no-cache --virtual .fetch-deps python3 make g++ libc6-compat gcompat \
&& cd /app/bundle/programs/server \
&& npm install --production \
# Start hack for sharp...
Expand Down

0 comments on commit 9df7d2f

Please sign in to comment.