adding additional update, needed for install

Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
This commit is contained in:
Vanessa Sochat 2019-04-11 17:14:40 -04:00
parent 745993b592
commit 3288cc6078
No known key found for this signature in database
GPG key ID: 55B56B9BF3B77E5C

View file

@ -57,6 +57,7 @@ sudo yum module install -y container-tools:1.0
sudo apt-get update -qq
sudo apt-get install -qq -y software-properties-common
sudo add-apt-repository -y ppa:projectatomic/ppa
sudo apt-get update -qq
sudo apt-get -qq -y install podman
```