fix: install openssl

This commit is contained in:
2024-12-16 18:44:03 +01:00
parent 48bcbf6bc5
commit 8b0b6a411a

View File

@@ -31,6 +31,7 @@ COPY --from=builder /app/.next ./.next
COPY --from=builder /app/prisma ./prisma COPY --from=builder /app/prisma ./prisma
# Install production dependencies only # Install production dependencies only
RUN apk add --no-cache openssl
RUN yarn install --frozen-lockfile --production && \ RUN yarn install --frozen-lockfile --production && \
yarn cache clean yarn cache clean