mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
docker should already be installed by services
This package no longer exists so trying to install it broke our build. It has been renamed docker-ce.
This commit is contained in:
@@ -15,7 +15,7 @@ branches:
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y docker-engine liblxc1 lxc-dev lxc
|
||||
- sudo apt-get install -y liblxc1 lxc-dev lxc
|
||||
- sudo apt-get install -y qemu
|
||||
- ./scripts/install_rkt.sh
|
||||
- ./scripts/install_consul.sh
|
||||
|
||||
Reference in New Issue
Block a user