Remove rsync not used anymore (#15)
This commit is contained in:
parent
a0f9926090
commit
3dccf804db
@ -8,8 +8,7 @@ RUN set -ex; \
|
||||
\
|
||||
apk add --no-cache \
|
||||
bash \
|
||||
coreutils \
|
||||
rsync
|
||||
coreutils
|
||||
|
||||
# Install required PHP extensions
|
||||
RUN set -ex; \
|
||||
|
||||
@ -8,7 +8,6 @@ RUN set -ex; \
|
||||
\
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
rsync \
|
||||
bash \
|
||||
busybox-static \
|
||||
; \
|
||||
|
||||
@ -15,7 +15,6 @@ RUN set -ex; \
|
||||
\
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
rsync \
|
||||
bash \
|
||||
busybox-static \
|
||||
; \
|
||||
|
||||
@ -15,8 +15,7 @@ RUN set -ex; \
|
||||
\
|
||||
apk add --no-cache \
|
||||
bash \
|
||||
coreutils \
|
||||
rsync
|
||||
coreutils
|
||||
|
||||
# Install required PHP extensions
|
||||
RUN set -ex; \
|
||||
|
||||
@ -15,7 +15,6 @@ RUN set -ex; \
|
||||
\
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
rsync \
|
||||
bash \
|
||||
busybox-static \
|
||||
; \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user