From 7847ddf979c1eb3b4199b9169034fa6f4a616a18 Mon Sep 17 00:00:00 2001 From: Lukas | AstroGD Date: Thu, 27 Feb 2025 11:27:39 +0100 Subject: [PATCH] fix: Run pnpm as root per default --- latest/Dockerfile | 2 +- lts/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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