mirror of
https://github.com/waku-org/examples.waku.org.git
synced 2025-02-22 10:48:22 +00:00
remove dependency of pnpm in docker file
This commit is contained in:
parent
3d3f75bb64
commit
b795b35248
@ -4,8 +4,6 @@ LABEL maintainer="jakub@status.im"
|
|||||||
|
|
||||||
RUN apk --no-cache add openssh git
|
RUN apk --no-cache add openssh git
|
||||||
|
|
||||||
RUN npm install -g pnpm
|
|
||||||
|
|
||||||
# Jenkins user needs a specific UID/GID to work
|
# Jenkins user needs a specific UID/GID to work
|
||||||
RUN addgroup -g 1001 jenkins \
|
RUN addgroup -g 1001 jenkins \
|
||||||
&& adduser -u 1001 -G jenkins -D jenkins
|
&& adduser -u 1001 -G jenkins -D jenkins
|
||||||
|
Loading…
x
Reference in New Issue
Block a user