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; \