From b34b4cfe2dd11ffe6746f65344a2d6b1461916a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Thu, 3 Mar 2022 23:52:40 +0100 Subject: [PATCH] Missed runtime dependency --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7e94534..35ad6af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ RUN set -ex; \ openssh-client \ openssl \ python3 \ + py3-six \ rsync \ ; \ update-ca-certificates; \