This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch slim
in repository https://gitbox.apache.org/repos/asf/ozone-docker-runner.git
The following commit(s) were added to refs/heads/slim by this push:
new 39fd970 HDDS-14229. Create slim ozone-runner image (addendum) (#52)
39fd970 is described below
commit 39fd97062cf58e1e71a249be401e30de780854cc
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Dec 26 07:34:51 2025 +0100
HDDS-14229. Create slim ozone-runner image (addendum) (#52)
---
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 ; \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]