Skip to content

Commit

Permalink
fix: docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
didinele committed Sep 23, 2024
1 parent b431ecf commit ecb3ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /usr/modmail

RUN apk add --update \
&& apk add --no-cache ca-certificates \
&& apk add --no-cache --virtual .build-deps curl git python3 alpine-sdk openssl1.1-compat
&& apk add --no-cache --virtual .build-deps curl git python3 alpine-sdk

COPY turbo.json package.json tsconfig.json yarn.lock .yarnrc.yml ./
COPY .yarn ./.yarn
Expand Down

0 comments on commit ecb3ef6

Please sign in to comment.