Skip to content

Commit b44bec0

Browse files
committed
does this need sudo?
1 parent b184612 commit b44bec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ ifdef SKOPEO
116116
skopeo --version
117117
else
118118
@echo "Installing skopeo"
119-
dnf install -y skopeo
119+
sudo dnf install -y skopeo
120120
endif
121121

122122
install-tools: install-golangci-lint install-go-junit-report install-setup-envtest install-skopeo

0 commit comments

Comments
 (0)