Skip to content

Commit bbfd306

Browse files
rwaffenjessereynolds
authored andcommitted
fix: fix apt setup
1 parent 3b20510 commit bbfd306

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ ENV LANGUAGE=en_US.UTF-8
2525
# sudo is important here so puppet is added to the path
2626
RUN if [ -n "$PUPPET_COLLECTION" ]; then \
2727
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 \
28+
&& sudo apt install -y /${PUPPET_COLLECTION}-release-ubuntu24.04.deb \
29+
&& sudo apt update \
30+
&& sudo apt install -y openvox-agent ; \
3131
fi
3232

3333
# Add 'bolt' user

0 commit comments

Comments
 (0)