Remove rsync not used anymore (#15)

This commit is contained in:
Alexis Saettler 2020-05-16 10:25:57 +02:00 committed by GitHub
parent a0f9926090
commit 3dccf804db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 2 additions and 7 deletions

View File

@ -8,8 +8,7 @@ RUN set -ex; \
\ \
apk add --no-cache \ apk add --no-cache \
bash \ bash \
coreutils \ coreutils
rsync
# Install required PHP extensions # Install required PHP extensions
RUN set -ex; \ RUN set -ex; \

View File

@ -8,7 +8,6 @@ RUN set -ex; \
\ \
apt-get update; \ apt-get update; \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
rsync \
bash \ bash \
busybox-static \ busybox-static \
; \ ; \

View File

@ -15,7 +15,6 @@ RUN set -ex; \
\ \
apt-get update; \ apt-get update; \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
rsync \
bash \ bash \
busybox-static \ busybox-static \
; \ ; \

View File

@ -15,8 +15,7 @@ RUN set -ex; \
\ \
apk add --no-cache \ apk add --no-cache \
bash \ bash \
coreutils \ coreutils
rsync
# Install required PHP extensions # Install required PHP extensions
RUN set -ex; \ RUN set -ex; \

View File

@ -15,7 +15,6 @@ RUN set -ex; \
\ \
apt-get update; \ apt-get update; \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
rsync \
bash \ bash \
busybox-static \ busybox-static \
; \ ; \