Skip to content

Commit

Permalink
hotfix/#39
Browse files Browse the repository at this point in the history
  • Loading branch information
ozbillwang committed Jun 30, 2021
1 parent 6c60d03 commit 10a59b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_install:
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) edge"
- sudo apt-get update
- sudo wget http://ftp.de.debian.org/debian/pool/main/libs/libseccomp/libseccomp-dev_2.5.1-1_amd64.deb
- sudo dpkg -i libseccomp2_2.5.1-1_armhf.deb
- sudo dpkg -i libseccomp-dev_2.5.1-1_amd64.deb
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
- docker run --rm --privileged multiarch/qemu-user-static:register --reset

Expand Down

0 comments on commit 10a59b1

Please sign in to comment.