We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a7089 commit e00f563Copy full SHA for e00f563
Dockerfile
@@ -26,7 +26,7 @@ RUN \
26
# update repo
27
&& apt-get update -y && apt-get upgrade -y --no-install-recommends --no-install-suggests \
28
&& apt-get install -y --no-install-recommends --no-install-suggests \
29
- nano libgd3 gettext-base unzip \
+ nano libgd3 gettext-base unzip rsync \
30
&& dpkg --configure -a \
31
32
# install nginx
0 commit comments