Skip to content

Commit 6c35830

Browse files
author
Ian Campbell
committed
use sudo, machine executor does not run as root
Signed-off-by: Ian Campbell <[email protected]>
1 parent e9d816f commit 6c35830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ image_boot: &image_boot
100100
- run:
101101
name: Install packages
102102
# 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
103+
command: sudo apt-get update && sudo apt-get install -y ca-certificates curl expect git make openssh-client procps qemu xorriso
104104
- attach_workspace:
105105
at: /workspace
106106
- checkout

0 commit comments

Comments
 (0)