diff --git a/Dockerfile b/Dockerfile index 7bec3bd4b7..a2089afdea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,3 @@ FROM node:20.12.2-alpine3.19 AS base -RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - +RUN apk --no-cache add openssl wget +RUN set -o pipefail && wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -