Docker stuff - step I

This commit is contained in:
2018-02-06 11:53:29 +01:00
parent 73bfa09839
commit f21238db89
3 changed files with 16 additions and 0 deletions

11
Dockerfile Normal file
View File

@@ -0,0 +1,11 @@
# Alpine base image
FROM alpine:edge
VOLUME /data
RUN apk add --no-cache git bash
CMD [ "/bin/bash" ]