diff --git a/.drone.yml b/.drone.yml index b102aab..8c21309 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,8 @@ workspace: steps: - name: setup_image image: docker:latest + services: + - docker:dind commands: - docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .