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