We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb791c commit 8b2e727Copy full SHA for 8b2e727
base/c9s-python-3.9/Dockerfile
@@ -41,6 +41,7 @@ USER root
41
# Install usefull OS packages
42
RUN dnf install -y \
43
mesa-libGL \
44
+ patch \
45
wget \
46
&& dnf clean all && rm -rf /var/cache/yum
47
base/ubi9-python-3.9/Dockerfile
@@ -41,7 +41,11 @@ RUN echo "Installing softwares and packages" && micropipenv install && rm -f ./P
USER root
-RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
+RUN dnf install -y \
+ mesa-libGL \
+ wget \
48
+ && dnf clean all && rm -rf /var/cache/yum
49
50
# Other apps and tools installed as default user
51
USER 1001
0 commit comments