Skip to content

Commit

Permalink
base image is now alpine (remove -y)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Jun 21, 2024
1 parent e600081 commit 59def17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apk update && apk install -y curl
# See https://github.com/nodesource/distributions/blob/master/README.md#debinstall
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -

RUN apk update && apk install -y nodejs
RUN apk update && apk install nodejs
RUN npm install --global yarn
ENV GOPATH=

Expand Down

0 comments on commit 59def17

Please sign in to comment.