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 3b20510 commit bbfd306Copy full SHA for bbfd306
spec/Dockerfile
@@ -25,9 +25,9 @@ ENV LANGUAGE=en_US.UTF-8
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 \
28
- && sudo dpkg -i ${PUPPET_COLLECTION}-release-bionic.deb \
29
- && sudo apt-get update \
30
- && sudo apt-get -y install puppet-agent \
+ && sudo apt install -y /${PUPPET_COLLECTION}-release-ubuntu24.04.deb \
+ && sudo apt update \
+ && sudo apt install -y openvox-agent ; \
31
fi
32
33
# Add 'bolt' user
0 commit comments