I need docker, I guess
continuous-integration/drone/push Build is failing Details

main
Nick Dumas 2 years ago
parent 25dfb1aae1
commit 8d53d196ad

@ -6,7 +6,22 @@ clone:
steps: steps:
- name: build-and-public-docker-image - name: build-and-public-docker-image
image: alpine:latest image: docker:dind
volumes:
- name: dockersock
path: /var/run
commands: commands:
- apk add git docker make - apk add git docker make
- make docker - make docker
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock
temp: {}

Loading…
Cancel
Save