Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.

Commit 821ea01

Browse files
committed
fix: docker deps
1 parent c6ba80c commit 821ea01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /usr/social
55

66
RUN apk add --update \
77
&& apk add --no-cache ca-certificates \
8-
&& apk add --no-cache --virtual .build-deps curl git python3 alpine-sdk libc6-compat openssl1.1-compat
8+
&& apk add --no-cache --virtual .build-deps curl git python3 alpine-sdk libc6-compat
99

1010
COPY turbo.json package.json tsconfig.json yarn.lock .yarnrc.yml ./
1111
COPY .yarn ./.yarn

0 commit comments

Comments
 (0)