diff --git a/Dockerfile b/Dockerfile index 5de6f5d..a905e2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,4 @@ FROM alpine:latest RUN apk update && \ - apk add --no-cache nano mc micro rsync ncdu git \ No newline at end of file + apk add --no-cache nano mc micro rsync ncdu git curl \ No newline at end of file