Skip to content

Commit

Permalink
Install gem + ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
leopoiroux committed May 13, 2024
1 parent aa99adc commit 4990a4b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion puppet/debian11-bullseye-arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV PATH=/opt/puppetlabs/server/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/b
RUN cp /usr/share/zoneinfo/$LOCALTIME /etc/localtime
RUN echo $LOCALTIME > /etc/timezone
RUN apt-get update
RUN apt-get install -y apt-utils dialog dirmngr git wget curl lsb-release apt-transport-https ca-certificates
RUN apt-get install -y gnupg apt-utils dialog dirmngr git tar gzip wget curl lsb-release apt-transport-https ca-certificates libaugeas-dev augeas-tools ruby ruby-dev ruby-augeas gem facter
RUN wget https://apt.puppet.com/puppet-release-"$DEBIAN_CODENAME".deb
RUN dpkg -i puppet-release-"$DEBIAN_CODENAME".deb
RUN rm puppet-release-"$DEBIAN_CODENAME".deb
Expand Down
2 changes: 1 addition & 1 deletion puppet/debian11-bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV PATH=/opt/puppetlabs/server/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/b
RUN cp /usr/share/zoneinfo/$LOCALTIME /etc/localtime
RUN echo $LOCALTIME > /etc/timezone
RUN apt-get update
RUN apt-get install -y apt-utils dialog dirmngr git wget curl lsb-release apt-transport-https ca-certificates
RUN apt-get install -y gnupg apt-utils dialog dirmngr git tar gzip wget curl lsb-release apt-transport-https ca-certificates libaugeas-dev augeas-tools ruby ruby-dev ruby-augeas gem facter
RUN wget https://apt.puppet.com/puppet-release-"$DEBIAN_CODENAME".deb
RUN dpkg -i puppet-release-"$DEBIAN_CODENAME".deb
RUN rm puppet-release-"$DEBIAN_CODENAME".deb
Expand Down
2 changes: 1 addition & 1 deletion puppet/debian12-bookworm-arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV PATH=/opt/puppetlabs/server/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/b
RUN cp /usr/share/zoneinfo/$LOCALTIME /etc/localtime
RUN echo $LOCALTIME > /etc/timezone
RUN apt-get update
RUN apt-get install -y apt-utils dialog dirmngr git wget curl lsb-release apt-transport-https ca-certificates
RUN apt-get install -y gnupg apt-utils dialog dirmngr git tar gzip wget curl lsb-release apt-transport-https ca-certificates libaugeas-dev augeas-tools ruby ruby-dev ruby-augeas gem facter
RUN wget https://apt.puppet.com/puppet-release-"$DEBIAN_CODENAME".deb
RUN dpkg -i puppet-release-"$DEBIAN_CODENAME".deb
RUN rm puppet-release-"$DEBIAN_CODENAME".deb
Expand Down
2 changes: 1 addition & 1 deletion puppet/debian12-bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV PATH=/opt/puppetlabs/server/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/b
RUN cp /usr/share/zoneinfo/$LOCALTIME /etc/localtime
RUN echo $LOCALTIME > /etc/timezone
RUN apt-get update
RUN apt-get install -y apt-utils dialog dirmngr git wget curl lsb-release apt-transport-https ca-certificates
RUN apt-get install -y gnupg apt-utils dialog dirmngr git tar gzip wget curl lsb-release apt-transport-https ca-certificates libaugeas-dev augeas-tools ruby ruby-dev ruby-augeas gem facter
RUN wget https://apt.puppet.com/puppet-release-"$DEBIAN_CODENAME".deb
RUN dpkg -i puppet-release-"$DEBIAN_CODENAME".deb
RUN rm puppet-release-"$DEBIAN_CODENAME".deb
Expand Down

0 comments on commit 4990a4b

Please sign in to comment.