first commit
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
# https://hub.docker.com/_/alpine
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk update && \
|
||||
apk add --no-cache nano mc micro rsync ncdu
|
Reference in New Issue
Block a user