diff --git a/puppet/debian12-bookworm-arm64v8/Dockerfile b/puppet/debian12-bookworm-arm64v8/Dockerfile index 5ac19ac..3a425b0 100644 --- a/puppet/debian12-bookworm-arm64v8/Dockerfile +++ b/puppet/debian12-bookworm-arm64v8/Dockerfile @@ -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