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