Skip to content

Commit

Permalink
fixup! chore: Attempt to mitigate issue with building the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
nevendyulgerov committed Mar 18, 2024
1 parent 5a57301 commit ecfff2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN turbo prune --scope=web --docker
# Add lockfile and package.json's of isolated subworkspace
FROM base AS installer
RUN apk add --no-cache libc6-compat
RUN apk add --update --no-cache python3 build-base gcc && ln -sf /usr/bin/python3 /usr/bin/python
RUN apk update
WORKDIR /app

Expand Down

0 comments on commit ecfff2f

Please sign in to comment.