There was an error while loading. Please reload this page.
1 parent c6ba80c commit 821ea01Copy full SHA for 821ea01
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ WORKDIR /usr/social
5
6
RUN apk add --update \
7
&& apk add --no-cache ca-certificates \
8
-&& apk add --no-cache --virtual .build-deps curl git python3 alpine-sdk libc6-compat openssl1.1-compat
+&& apk add --no-cache --virtual .build-deps curl git python3 alpine-sdk libc6-compat
9
10
COPY turbo.json package.json tsconfig.json yarn.lock .yarnrc.yml ./
11
COPY .yarn ./.yarn
0 commit comments