We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a17c1 commit 3b20510Copy full SHA for 3b20510
spec/Dockerfile
@@ -24,10 +24,10 @@ ENV LANGUAGE=en_US.UTF-8
24
# Install the puppet-agent package
25
# sudo is important here so puppet is added to the path
26
RUN if [ -n "$PUPPET_COLLECTION" ]; then \
27
- && wget -q https://apt.voxpupuli.org/${PUPPET_COLLECTION}-release-ubuntu24.04.deb \
+ wget -q https://apt.voxpupuli.org/${PUPPET_COLLECTION}-release-ubuntu24.04.deb \
28
&& sudo dpkg -i ${PUPPET_COLLECTION}-release-bionic.deb \
29
&& sudo apt-get update \
30
- && sudo apt-get -y install puppet-agent ; \
+ && sudo apt-get -y install puppet-agent \
31
fi
32
33
# Add 'bolt' user
0 commit comments