diff --git a/Dockerfile b/Dockerfile index 9341425..f653320 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,14 +23,15 @@ RUN set -eux ; \ krb5-workstation \ libxcrypt-compat \ ncurses \ + python3 \ openssl \ procps \ snappy \ sudo \ unzip \ zlib \ - && dnf clean all - + && dnf clean all \ + && ln -sf /usr/bin/python3 /usr/bin/python #dumb init for proper init handling RUN set -eux ; \