5 lines
119 B
Docker
5 lines
119 B
Docker
FROM drone/drone-runner-docker:latest
|
|
USER root
|
|
RUN ["apk", "add", "--no-cache", "ca-certificates", "bash"]
|
|
USER drone
|