fix: Add openssl to image
This commit is contained in:
parent
d2dcd0abc8
commit
09841ad4cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue