From 3dccf804dbca117ed365f4ca523b66c6bd66190f Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Sat, 16 May 2020 10:25:57 +0200 Subject: [PATCH] Remove rsync not used anymore (#15) --- Dockerfile-alpine.template | 3 +-- Dockerfile-debian.template | 1 - apache/Dockerfile | 1 - fpm-alpine/Dockerfile | 3 +-- fpm/Dockerfile | 1 - 5 files changed, 2 insertions(+), 7 deletions(-) diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template index a98d2c7..15bf886 100644 --- a/Dockerfile-alpine.template +++ b/Dockerfile-alpine.template @@ -8,8 +8,7 @@ RUN set -ex; \ \ apk add --no-cache \ bash \ - coreutils \ - rsync + coreutils # Install required PHP extensions RUN set -ex; \ diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template index 2a7a5f2..a1f3b55 100644 --- a/Dockerfile-debian.template +++ b/Dockerfile-debian.template @@ -8,7 +8,6 @@ RUN set -ex; \ \ apt-get update; \ apt-get install -y --no-install-recommends \ - rsync \ bash \ busybox-static \ ; \ diff --git a/apache/Dockerfile b/apache/Dockerfile index 968a867..b11e584 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -15,7 +15,6 @@ RUN set -ex; \ \ apt-get update; \ apt-get install -y --no-install-recommends \ - rsync \ bash \ busybox-static \ ; \ diff --git a/fpm-alpine/Dockerfile b/fpm-alpine/Dockerfile index 43735e0..62be2b4 100644 --- a/fpm-alpine/Dockerfile +++ b/fpm-alpine/Dockerfile @@ -15,8 +15,7 @@ RUN set -ex; \ \ apk add --no-cache \ bash \ - coreutils \ - rsync + coreutils # Install required PHP extensions RUN set -ex; \ diff --git a/fpm/Dockerfile b/fpm/Dockerfile index 7bb5abd..98c8ad8 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -15,7 +15,6 @@ RUN set -ex; \ \ apt-get update; \ apt-get install -y --no-install-recommends \ - rsync \ bash \ busybox-static \ ; \