Skip to content

Commit 7b720c7

Browse files
committed
Added rsync to os2web image
1 parent 76c8fc7 commit 7b720c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.docker/os2web/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN set -eux; \
99
wget \
1010
lsb-release \
1111
gnupg \
12+
rsync \
1213
cron; \
1314
docker-php-ext-install soap; \
1415
curl -fsSL "https://github.com/drush-ops/drush-launcher/releases/latest/download/drush.phar" -o /usr/local/bin/drush && chmod +x /usr/local/bin/drush; \

0 commit comments

Comments
 (0)