From b795b352482a30361a6947f3a15753ccd9c7ee7a Mon Sep 17 00:00:00 2001 From: weboko Date: Fri, 23 Dec 2022 23:07:44 +0100 Subject: [PATCH] remove dependency of pnpm in docker file --- ci/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index 1db58d4..199b9d4 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -4,8 +4,6 @@ LABEL maintainer="jakub@status.im" RUN apk --no-cache add openssh git -RUN npm install -g pnpm - # Jenkins user needs a specific UID/GID to work RUN addgroup -g 1001 jenkins \ && adduser -u 1001 -G jenkins -D jenkins