From ccd7795a0255dc7f894e0b116719b72d50affa91 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 18 Jul 2024 13:49:03 +0200 Subject: [PATCH] update --- minimal-environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal-environment.yml b/minimal-environment.yml index c2a69c3..6de28e9 100644 --- a/minimal-environment.yml +++ b/minimal-environment.yml @@ -22,7 +22,7 @@ additional_build_files: dest: configs additional_build_steps: prepend_base: - - RUN 'ln -s /usr/bin/microdnf /usr/bin/dnf' + # - RUN ln -s /usr/bin/microdnf /usr/bin/dnf - RUN microdnf install python3 -y - RUN /usr/bin/python3 -m ensurepip - RUN /usr/bin/python3 -m pip install --upgrade pip