From 891175368a9ba48de79a82d6ed853a8b272a6124 Mon Sep 17 00:00:00 2001 From: Contention Date: Fri, 24 Mar 2023 15:11:50 +0000 Subject: [PATCH] Updated base image --- Dockerfile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 93a81de..9ad3b5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,4 @@ -FROM debian:9.5-slim - - -# Update -RUN apt-get update - - -# Install packages -RUN apt-get -yq install rsync openssh-client +FROM drinternet/rsync:v1.4.3 # Label