diff --git a/.drone.yml b/.drone.yml index 6619deef..e6d52548 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,6 @@ services: - name: docker image: docker:dind privileged: true - network_mode: host volumes: - name: dockersock path: /var/run diff --git a/Makefile b/Makefile index 2b075cd7..2c0a87f0 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ test: image: build @docker build \ + --network=host \ -t autonomy/conform:$(TAG) \ --target=$@ \ $(COMMON_ARGS)