Skip to content

Commit

Permalink
Fix: travis CI changed the way how we install docker - travis updated
Browse files Browse the repository at this point in the history
their basic image and add Docker via docker.list, so I've checked how
addon instruction is working under the hood - this is just a tee to sources.list, so I've changed docker.list to have the latest stable Docker
  • Loading branch information
mur-me committed Jun 26, 2024
1 parent d6da9ff commit ec37bdb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ env:
- TEST="bash ./scripts/travis_rosetta_checker.sh"

# upgrade docker to latest stable version
addons:
apt:
sources:
- sourceline: deb https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable
packages:
- docker.io
before_install:
- echo "deb https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list >/dev/null
- sudo apt-get update
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce

install:
# default working directory with source code is automatically set to
Expand Down

0 comments on commit ec37bdb

Please sign in to comment.