Install Corepack from NPM
ci/woodpecker/push/ociImagePush Pipeline failed Details

This commit is contained in:
Natty 2023-11-05 21:22:37 +01:00
parent 2a0bbb59c6
commit 3e8afeee62
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ RUN update-ca-certificates
RUN apt update
RUN apt install -y git nodejs npm
RUN npm install -g corepack
ENV USER=magnetar
ENV UID=10001