ContainerImage.GitSparseClone/Dockerfile
Danny Bessems b2e4ede394
All checks were successful
continuous-integration/drone/push Build is passing
Update 'Dockerfile'
2020-02-17 14:09:26 +00:00

8 lines
155 B
Docker

FROM alpine/git:1.0.7
COPY init/entrypoint.sh /tmp/entrypoint.sh
RUN chmod +x /tmp/entrypoint.sh
ENTRYPOINT ["/tmp/entrypoint.sh"]
CMD ["sleep", "3600"]