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 \ ; \