Skip to content

Commit

Permalink
base image is now alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Jun 21, 2024
1 parent bfca986 commit e600081
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 apt-get update && apt-get install -y curl
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 apt-get update && apt-get install -y nodejs
RUN apk update && apk install -y nodejs
RUN npm install --global yarn
ENV GOPATH=

Expand Down

0 comments on commit e600081

Please sign in to comment.