diff --git a/latest/Dockerfile b/latest/Dockerfile index 5b39412..216b6c2 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -3,4 +3,4 @@ ENV PNPM_HOME="./.pnpm" ENV PATH="/.pnpm:$PATH" RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - &&\ apk add --no-cache openssl -USER node \ No newline at end of file +USER root \ No newline at end of file diff --git a/lts/Dockerfile b/lts/Dockerfile index 359309e..6377b74 100644 --- a/lts/Dockerfile +++ b/lts/Dockerfile @@ -3,4 +3,4 @@ ENV PNPM_HOME="./.pnpm" ENV PATH="/.pnpm:$PATH" RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - &&\ apk add --no-cache openssl -USER node \ No newline at end of file +USER root \ No newline at end of file