smoke-test: don't assume docker needs sudo (#958)

Let the host deal with this detail if necessary
This commit is contained in:
Wade Simmons
2023-09-07 13:57:41 -04:00
committed by GitHub
parent dbdb48f182
commit 280fa026ea
4 changed files with 72 additions and 72 deletions

View File

@@ -41,4 +41,4 @@ EOF
../../../../nebula-cert sign -name "host4" -groups "host,host4" -ip "192.168.100.4/24"
)
sudo docker build -t nebula:smoke-relay .
docker build -t nebula:smoke-relay .