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 \
|
apk add --no-cache \
|
||||||
bash \
|
bash \
|
||||||
coreutils \
|
coreutils
|
||||||
rsync
|
|
||||||
|
|
||||||
# Install required PHP extensions
|
# Install required PHP extensions
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
|
|||||||
@ -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 \
|
||||||
; \
|
; \
|
||||||
|
|||||||
@ -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 \
|
||||||
; \
|
; \
|
||||||
|
|||||||
@ -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; \
|
||||||
|
|||||||
@ -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 \
|
||||||
; \
|
; \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user