Skip to content

Commit

Permalink
Remove redundant sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
gilles-peskine-arm committed Oct 22, 2021
1 parent 9323424 commit 0c8d60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/docker_files/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build () {
set -- "$1/Dockerfile"
fi
tag="$("$list_sh" "$1")"
sudo sudo docker build --network=host -t "$tag" -f "$1" "${1%/*}"
sudo docker build --network=host -t "$tag" -f "$1" "${1%/*}"
}

for d in "$@"; do
Expand Down

0 comments on commit 0c8d60d

Please sign in to comment.