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 e1dc464 commit bb40f8dCopy full SHA for bb40f8d
1 file changed
spec/Dockerfile
@@ -24,7 +24,7 @@ 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 openvox-agent ; \
0 commit comments