Docker stuff - step I
This commit is contained in:
parent
73bfa09839
commit
f21238db89
11
Dockerfile
Normal file
11
Dockerfile
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# Alpine base image
|
||||||
|
FROM alpine:edge
|
||||||
|
|
||||||
|
VOLUME /data
|
||||||
|
|
||||||
|
RUN apk add --no-cache git bash
|
||||||
|
|
||||||
|
|
||||||
|
CMD [ "/bin/bash" ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user