Skip to content

Commit

Permalink
fix: Added network=host flag to docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexagod committed Jun 11, 2024
1 parent 4db4fd3 commit f83fcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerize.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
docker image build --pull --file './Dockerfile' --tag 'solidtrustflows:latest' --label 'com.microsoft.created-by=visual-studio-code' ./
docker image build --pull --file './Dockerfile' --tag 'solidtrustflows:latest' --label 'com.microsoft.created-by=visual-studio-code' --network=host ./

0 comments on commit f83fcb8

Please sign in to comment.