From a98e649eb87806650172619b405e79f9208e4e57 Mon Sep 17 00:00:00 2001 From: Konstantin Zangerle Date: Fri, 26 Aug 2022 11:03:23 +0200 Subject: [PATCH] Need rsync to push images --- ci_container/Dockerfile.focal | 1 + ci_container/Dockerfile.jammy | 1 + 2 files changed, 2 insertions(+) diff --git a/ci_container/Dockerfile.focal b/ci_container/Dockerfile.focal index f8e7b2a..43e76f9 100644 --- a/ci_container/Dockerfile.focal +++ b/ci_container/Dockerfile.focal @@ -29,6 +29,7 @@ RUN apt-get update; \ meson \ less \ mc \ + rsync \ openssh-client \ vim; \ DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get clean; \ diff --git a/ci_container/Dockerfile.jammy b/ci_container/Dockerfile.jammy index 9ef3d92..bd6fcc5 100644 --- a/ci_container/Dockerfile.jammy +++ b/ci_container/Dockerfile.jammy @@ -29,6 +29,7 @@ RUN apt-get update; \ meson \ less \ mc \ + rsync \ openssh-client \ vim; \ DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get clean; \