Reverts previous change as it wasn't needed. No issue #
[arvados-dev.git] / jenkins / packer-images / jenkins-image-with-docker.sh
index 8243c214f554eb36960731e16aef9c6e76d7def5..cb279567810ba65156ef7b46b302fd0b9f03a067 100755 (executable)
@@ -7,10 +7,10 @@
 set -eo pipefail
 
 # Install the dependencies for the package building/testing jobs
-sudo su -c "DEBIAN_FRONTEND=noninteractive apt-get install -y docker.io make wget dpkg-dev createrepo unzip"
+sudo su -c "DEBIAN_FRONTEND=noninteractive apt-get install -y docker.io make wget dpkg-dev createrepo-c unzip"
 sudo usermod -a -G docker jenkins
 
-#Packer install
+# Packer install
 cd /tmp
 wget https://releases.hashicorp.com/packer/1.8.0/packer_1.8.0_linux_amd64.zip
 unzip packer_1.8.0_linux_amd64.zip packer