dockerfile: add rsync (#5773)

* Add rsync to docker.

Add rsync to docker.
Rsync is nearly a necessity to optimize backup inside Openshift container.
Using TAR (default without Rsync), the process of external backup constantly stops at the middle.

* Add rsync to docker

Add rsync to docker.
Rsync is nearly a necessity to optimize backup inside Openshift container.
Using TAR (default without Rsync), the process of external backup constantly stops at the middle.

* Add rsync to docker

Add rsync to docker.
Rsync is nearly a necessity to optimize backup inside Openshift container.
Using TAR (default without Rsync), the process of external backup constantly stops at the middle.

* Add rsync to docker

Add rsync to docker.
Rsync is nearly a necessity to optimize backup inside Openshift container.
Using TAR (default without Rsync), the process of external backup constantly stops at the middle.
pull/5786/head
Pablo Alcantara 2019-08-06 23:25:05 -03:00 committed by ᴊ. ᴄʜᴇɴ
parent 591a05caa3
commit 04de977855
4 changed files with 8 additions and 4 deletions

View File

@ -20,7 +20,8 @@ RUN chmod +x /usr/sbin/gosu \
s6 \
shadow \
socat \
tzdata
tzdata \
rsync
ENV GOGS_CUSTOM /data/gogs

View File

@ -14,7 +14,8 @@ RUN chmod +x /usr/sbin/gosu \
s6 \
shadow \
socat \
tzdata
tzdata \
rsync
ENV GOGS_CUSTOM /data/gogs

View File

@ -14,7 +14,8 @@ RUN chmod +x /usr/sbin/gosu \
s6 \
shadow \
socat \
tzdata
tzdata \
rsync
ENV GOGS_CUSTOM /data/gogs

View File

@ -30,7 +30,8 @@ RUN chmod +x /usr/sbin/gosu \
s6 \
shadow \
socat \
tzdata
tzdata \
rsync
# Configure LibC Name Service
COPY docker/nsswitch.conf /etc/nsswitch.conf