Skip to content

Commit

Permalink
chore: build image with host net to avoid apk hang (#133)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Rynhard <[email protected]>
  • Loading branch information
andrewrynhard authored Jul 4, 2019
1 parent 9e94c43 commit b330410
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ services:
- name: docker
image: docker:dind
privileged: true
network_mode: host
volumes:
- name: dockersock
path: /var/run
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ test:

image: build
@docker build \
--network=host \
-t autonomy/conform:$(TAG) \
--target=$@ \
$(COMMON_ARGS)
Expand Down

0 comments on commit b330410

Please sign in to comment.