remove dependency of pnpm in docker file

This commit is contained in:
weboko 2022-12-23 23:07:44 +01:00
parent 3d3f75bb64
commit b795b35248
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -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