update the package repos before installing the kern packages

This commit is contained in:
Faruk D 2018-03-01 16:38:28 +01:00
parent f010fdaa6b
commit 8024b9217f
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ before_install:
- docker run -itd --name ubuntu-build ubuntu:xenial
script:
- docker exec ubuntu-build apt-get update -y
- docker exec ubuntu-build apt-get install software-properties-common -y
- docker exec ubuntu-build add-apt-repository -s ppa:kernsuite/kern-3 -y
- docker exec ubuntu-build apt-add-repository multiverse