From 4990a4b1c4de493db8fadec87e176e29cf309c3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Le=CC=81o=20POIROUX?= Date: Mon, 13 May 2024 11:50:17 +0200 Subject: [PATCH] Install gem + ruby --- puppet/debian11-bullseye-arm64v8/Dockerfile | 2 +- puppet/debian11-bullseye/Dockerfile | 2 +- puppet/debian12-bookworm-arm64v8/Dockerfile | 2 +- puppet/debian12-bookworm/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/puppet/debian11-bullseye-arm64v8/Dockerfile b/puppet/debian11-bullseye-arm64v8/Dockerfile index c0b8e2e..6911b07 100644 --- a/puppet/debian11-bullseye-arm64v8/Dockerfile +++ b/puppet/debian11-bullseye-arm64v8/Dockerfile @@ -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 diff --git a/puppet/debian11-bullseye/Dockerfile b/puppet/debian11-bullseye/Dockerfile index 2ad31a7..645098e 100644 --- a/puppet/debian11-bullseye/Dockerfile +++ b/puppet/debian11-bullseye/Dockerfile @@ -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 diff --git a/puppet/debian12-bookworm-arm64v8/Dockerfile b/puppet/debian12-bookworm-arm64v8/Dockerfile index e141719..17a63e3 100644 --- a/puppet/debian12-bookworm-arm64v8/Dockerfile +++ b/puppet/debian12-bookworm-arm64v8/Dockerfile @@ -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 diff --git a/puppet/debian12-bookworm/Dockerfile b/puppet/debian12-bookworm/Dockerfile index 43a8ec8..b5c3b80 100644 --- a/puppet/debian12-bookworm/Dockerfile +++ b/puppet/debian12-bookworm/Dockerfile @@ -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