Skip to content

Commit

Permalink
ci: update apt-get before installing deps for rootless step (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto authored Aug 19, 2019
1 parent da4964d commit 23f998a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ workflows:
- publish/canary
- publish/docker-driver
filters: {<<: *tag-or-master}

- test-helm:
requires: [ lint, test ]
filters: {<<: *tags}
Expand All @@ -91,7 +91,8 @@ workflows:
run:
name: rootless
command: |
sudo apt-get install -qy uidmap libseccomp-dev binfmt-support go-bindata
sudo apt-get update && \
sudo apt-get install -qy uidmap libseccomp-dev binfmt-support go-bindata
sudo docker run --privileged linuxkit/binfmt:v0.6
.img: &img
Expand Down

0 comments on commit 23f998a

Please sign in to comment.