Skip to content

Commit a5919cc

Browse files
committed
Make sure openssl is installed in the Alpine image.
1 parent 9167081 commit a5919cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN --mount=type=cache,target=/root/.local/share/pnpm/store/v3 pnpm i --frozen-l
1111
COPY prisma ./prisma
1212
RUN pnpm prisma generate
1313

14-
RUN apk add --no-cache postgresql16-client
14+
RUN apk add --no-cache postgresql16-client openssl
1515

1616
COPY . .
1717
ARG GOOGLE_SITE_VERIFICATION

0 commit comments

Comments
 (0)