Skip to content

Commit a62eb52

Browse files
fix: add build.sh with --network host for Prologue
CI Docker can't resolve github.com during build, so nimble install fails to fetch Prologue/zippy packages. Using --network host via build.sh lets the build step access the host's DNS resolver.
1 parent a197d30 commit a62eb52

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

frameworks/prologue/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
docker build --network host -t "$1" -f "$(dirname "$0")/Dockerfile" "$(dirname "$0")"

0 commit comments

Comments
 (0)