Need rsync to push images

This commit is contained in:
Konstantin Zangerle
2022-08-26 11:03:23 +02:00
parent 83b02a29b7
commit a98e649eb8
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ RUN apt-get update; \
meson \
less \
mc \
rsync \
openssh-client \
vim; \
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get clean; \

View File

@ -29,6 +29,7 @@ RUN apt-get update; \
meson \
less \
mc \
rsync \
openssh-client \
vim; \
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get clean; \