From e859f6f65541eef21734c1c35d250736220502b5 Mon Sep 17 00:00:00 2001 From: JoshPiper <32164094+JoshPiper@users.noreply.github.com> Date: Thu, 2 Jan 2020 12:58:28 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 87d7bdb..259b4f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.11 MAINTAINER Dr Internet # Install RSync and Open SSH. -RUN apk update && add --no-cache rsync openssh-client #ca-certificates +RUN apk update && apk add --no-cache rsync openssh-client #ca-certificates # RUN update-ca-certificates RUN rm -rf /var/cache/apk/*