Skip to content

Commit edc1329

Browse files
authored
Merge pull request #20 from devilbox/docker-build
Always use host network to build image to prevent network issues
2 parents f9e6e66 + 4c33f80 commit edc1329

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.docker

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ docker-arch-build:
8282
docker build \
8383
$(NO_CACHE) \
8484
$(ARGS) \
85+
--network host \
8586
--platform $(ARCH) \
8687
--label "org.opencontainers.image.created"="$$(date --rfc-3339=s)" \
8788
--label "org.opencontainers.image.revision"="$$(git rev-parse HEAD)" \

0 commit comments

Comments
 (0)