Docker stuff - step I
This commit is contained in:
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" ]
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user