Skip to content

Commit

Permalink
[All] Tweak molecule docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
nervo committed Apr 12, 2024
1 parent 5d5d28e commit dbacdae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions molecule/Dockerfile.debian.bookworm.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ RUN \
# Goss
&& curl -sSL "https://github.com/aelsabbahy/goss/releases/download/v${GOSS_VERSION}/goss-linux-$(dpkg --print-architecture)" \
--output /usr/local/bin/goss \
&& chmod +x /usr/local/bin/goss \
# Clean
&& rm -rf /var/lib/apt/lists/*
&& chmod +x /usr/local/bin/goss
4 changes: 1 addition & 3 deletions molecule/Dockerfile.debian.bullseye.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ RUN \
# Goss
&& curl -sSL "https://github.com/aelsabbahy/goss/releases/download/v${GOSS_VERSION}/goss-linux-$(dpkg --print-architecture)" \
--output /usr/local/bin/goss \
&& chmod +x /usr/local/bin/goss \
# Clean
&& rm -rf /var/lib/apt/lists/*
&& chmod +x /usr/local/bin/goss
4 changes: 1 addition & 3 deletions molecule/Dockerfile.debian.buster.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ RUN \
# Goss
&& curl -sSL "https://github.com/aelsabbahy/goss/releases/download/v${GOSS_VERSION}/goss-linux-$(dpkg --print-architecture)" \
--output /usr/local/bin/goss \
&& chmod +x /usr/local/bin/goss \
# Clean
&& rm -rf /var/lib/apt/lists/*
&& chmod +x /usr/local/bin/goss

0 comments on commit dbacdae

Please sign in to comment.