Installs 'createrepo-c' package instead of the deprecated 'createrepo'.
[arvados-dev.git] / jenkins / packer-images / jenkins-image-arvados-tests.sh
index 7fc445d82a2fa6d284c5a44816174af437648863..5fadb5d5be3f829231d18e08dde27da36a8a17a8 100755 (executable)
@@ -10,7 +10,7 @@ set -eo pipefail
 sudo su -c "DEBIAN_FRONTEND=noninteractive apt-get install -y libpam0g-dev wget build-essential"
 
 # Install docker (used in our tests and also for package building/testing)
-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
 
 # Check out a local copy of the arvados repo so we can use it to install the dependencies