Merge pull request #2906 from vsoch/update/ubuntu-install

adding additional apt-get update, needed for ubuntu install
This commit is contained in:
OpenShift Merge Robot 2019-04-11 18:56:38 -07:00 committed by GitHub
commit e6fd4737ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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
```