Skip to content
Snippets Groups Projects
Unverified Commit 23f998a5 authored by Robert Fratto's avatar Robert Fratto Committed by GitHub
Browse files

ci: update apt-get before installing deps for rootless step (#914)

parent da4964dd
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ workflows:
- publish/canary
- publish/docker-driver
filters: {<<: *tag-or-master}
- test-helm:
requires: [ lint, test ]
filters: {<<: *tags}
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment