Moves packer installation to the common script. No issue #
[arvados-dev.git] / jenkins / packer-images / jenkins-image-with-docker.sh
index bff93d4f1166ebc8b9986be7d8d6e31c101c5720..3f5bec7b43f750463216fe7a7a1dcc56b47f16ef 100755 (executable)
@@ -7,15 +7,9 @@
 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
-cd /tmp
-wget https://releases.hashicorp.com/packer/1.7.2/packer_1.7.2_linux_amd64.zip
-unzip packer_1.7.2_linux_amd64.zip packer
-sudo mv packer /usr/local/bin/
-
 # Install the arvados-dev repo where the Jenkins job expects it
 cd /usr/local
 sudo git clone --depth 1 https://github.com/arvados/arvados-dev