From 17cf4c4fc292181c3075cc9b6dd69ce4e72c042e Mon Sep 17 00:00:00 2001 From: "Doroszlai, Attila" Date: Thu, 25 Dec 2025 20:05:15 +0100 Subject: [PATCH] HDDS-14229. Create slim ozone-runner image (addendum) --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ; \