From c3db123a7a8660a3d19654f733ba5b69164f9f17 Mon Sep 17 00:00:00 2001 From: Konstantin Zangerle Date: Thu, 25 Aug 2022 10:38:48 +0200 Subject: [PATCH] add rsync to Dockerfile --- ci_container/Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ci_container/Dockerfile b/ci_container/Dockerfile index 7e1b297..64a841a 100644 --- a/ci_container/Dockerfile +++ b/ci_container/Dockerfile @@ -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; \