Tweak fuse.conf after the fuse package is installed, not before.
[arvados-dev.git] / jenkins / packer-images / jenkins-image-federation-tests.sh
1 #!/bin/bash
2
3 # Copyright (C) The Arvados Authors. All rights reserved.
4 #
5 # SPDX-License-Identifier: Apache-2.0
6
7 sudo su -c "DEBIAN_FRONTEND=noninteractive apt-get install -y docker.io virtualenv curl libcurl4-gnutls-dev build-essential libgnutls28-dev python2.7-dev python3-dev"
8 sudo usermod -a -G docker jenkins