Skip to content

Commit

Permalink
base image is now alpine (add, not install)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Jun 21, 2024
1 parent d7201dd commit a5a07d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

FROM docker-all.repo.sonatype.com/bnr/golang-1.22.1:1

RUN apk update && apk install curl
RUN apk update && apk add 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 nodejs
RUN apk update && apk add nodejs
RUN npm install --global yarn
ENV GOPATH=

Expand Down

0 comments on commit a5a07d7

Please sign in to comment.