commit 8e3c58b325caaa700c5bf847f0a70b30b6b45912 Author: JoshPiper <32164094+JoshPiper@users.noreply.github.com> Date: Thu Jan 2 12:03:53 2020 +0000 Create Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..e42a640 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM alpine:3.11 +MAINTAINER Dr Internet + +RUN apk update +RUN apk add --no-cache rsync openssh-client ca-certificates +RUN update-ca-certificates +RUN rm -rf /var/cache/apk/*