8 lines
218 B
Docker
8 lines
218 B
Docker
|
FROM drone/drone-runner-docker:latest as runner
|
||
|
|
||
|
FROM drone/drone:latest
|
||
|
|
||
|
COPY --from=runner /bin/tmate /bin/
|
||
|
COPY --from=runner /bin/drone-runner-docker /bin/
|
||
|
LABEL com.centurylinklabs.watchtower.stop-signal="SIGINT"
|