Skip to content

Commit

Permalink
use sudo, machine executor does not run as root
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Campbell <[email protected]>
  • Loading branch information
Ian Campbell committed Jan 12, 2018
1 parent e9d816f commit 6c35830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ image_boot: &image_boot
- run:
name: Install packages
# ca-certificates are needed for attach_workspace (and git over https)
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
- attach_workspace:
at: /workspace
- checkout
Expand Down

0 comments on commit 6c35830

Please sign in to comment.