Skip to content

Commit

Permalink
fix: remove version from apks
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Nov 8, 2024
1 parent 8dea50e commit 764ab31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions puppetserver/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ COPY puppetserver /etc/default/puppetserver

RUN apk update \
&& apk add --no-cache --update dumb-init \
&& apk add --no-cache --update alpine-sdk \
&& apk add --no-cache --update openssh-client \
&& apk add --no-cache --update openssl \
&& apk add --no-cache --update libssh2 \
&& apk add --no-cache --update ruby=3.3.3-r1 \
&& apk add --no-cache --update ruby-dev=3.3.3-r1 \
&& apk add --no-cache --update alpine-sdk=1.0-r1 \
&& apk add --no-cache --update openssl=3.3.2-r0 \
&& gem install --no-doc puppet -v 8.9.0 \
&& gem install --no-doc hocon -v 1.4.0 \
&& gem install --no-doc racc -v 1.8.1 \
Expand Down

0 comments on commit 764ab31

Please sign in to comment.