Skip to content

Commit

Permalink
debian12-bookworm-arm64v8 with puppet
Browse files Browse the repository at this point in the history
  • Loading branch information
leopoiroux committed Nov 15, 2023
1 parent 30728cf commit ce03c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions puppet/debian12-bookworm-arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ ENV LOCALTIME=Europe/Paris
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 libaugeas-dev augeas-tools ruby ruby-dev ruby-augeas
RUN apt-get install -y apt-utils dialog dirmngr git wget curl lsb-release apt-transport-https ca-certificates libaugeas-dev augeas-tools ruby ruby-dev ruby-augeas puppet facter librarian-puppet

# Install Puppet
RUN gem install librarian-puppet puppet facter
# RUN gem install librarian-puppet puppet facter
RUN mkdir -p /etc/puppetlabs/puppet/ /etc/puppetlabs/facter/facts.d/

# Upgrade
Expand Down

0 comments on commit ce03c38

Please sign in to comment.