fix: Add openssl to image

This commit is contained in:
Andras Bacsai 2022-04-05 17:21:40 +02:00
parent d2dcd0abc8
commit 09841ad4cb

View File

@ -11,7 +11,7 @@ WORKDIR /app
LABEL coolify.managed true
RUN apk add --no-cache git git-lfs openssh-client curl jq cmake sqlite
RUN apk add --no-cache git git-lfs openssh-client curl jq cmake sqlite openssl
RUN curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@6
RUN pnpm add -g pnpm