mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 09:23:57 +01:00
add rsync to Dockerfile
This commit is contained in:
@ -18,18 +18,17 @@ RUN apt-get update; \
|
||||
openssl \
|
||||
pkg-config \
|
||||
python3-pip \
|
||||
libxml2-utils; \
|
||||
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get install --no-install-recommends -y \
|
||||
libxml2-utils \
|
||||
debhelper \
|
||||
debsigs \
|
||||
devscripts \
|
||||
dh-make \
|
||||
git-buildpackage \
|
||||
gpgv1 \
|
||||
meson; \
|
||||
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get install --no-install-recommends -y \
|
||||
meson \
|
||||
less \
|
||||
mc \
|
||||
rsync \
|
||||
openssh-client \
|
||||
vim; \
|
||||
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get clean; \
|
||||
|
||||
Reference in New Issue
Block a user