update the package repos before installing the kern packages
This commit is contained in:
parent
f010fdaa6b
commit
8024b9217f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue