pipeline debug
continuous-integration/drone/push Build is passing Details

shnee 4 years ago
parent 12ee803965
commit 6ae6692e9a

@ -16,7 +16,7 @@ steps:
services: services:
- name: docker - name: docker
image: docker:dind image: shnee/dind
privileged: true privileged: true
volumes: volumes:
- name: dockersock - name: dockersock

@ -1,4 +1,5 @@
FROM docker:dind # FROM docker:dind
FROM docker:19.03-dind
RUN apk add --no-cache \ RUN apk add --no-cache \
make make

Loading…
Cancel
Save