Skip to content

Commit e00f563

Browse files
committed
add rsync
1 parent 23a7089 commit e00f563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN \
2626
# update repo
2727
&& apt-get update -y && apt-get upgrade -y --no-install-recommends --no-install-suggests \
2828
&& apt-get install -y --no-install-recommends --no-install-suggests \
29-
nano libgd3 gettext-base unzip \
29+
nano libgd3 gettext-base unzip rsync \
3030
&& dpkg --configure -a \
3131

3232
# install nginx

0 commit comments

Comments
 (0)