repo-cloner/Dockerfile

12 lines
108 B
Docker
Raw Normal View History

2018-02-06 11:53:29 +01:00
# Alpine base image
FROM alpine:edge
VOLUME /data
RUN apk add --no-cache git bash
CMD [ "/bin/bash" ]