We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d816f commit 6c35830Copy full SHA for 6c35830
.circleci/config.yml
@@ -100,7 +100,7 @@ image_boot: &image_boot
100
- run:
101
name: Install packages
102
# ca-certificates are needed for attach_workspace (and git over https)
103
- command: apt-get update && apt-get install -y ca-certificates curl expect git make openssh-client procps qemu xorriso
+ command: sudo apt-get update && sudo apt-get install -y ca-certificates curl expect git make openssh-client procps qemu xorriso
104
- attach_workspace:
105
at: /workspace
106
- checkout
0 commit comments