drone-ci-testing/Dockerfile
2019-04-18 09:52:34 +02:00

3 lines
65 B
Docker

FROM alpine
RUN apk add --no-cache git
CMD ["echo", "/test.txt"]