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 2ca70db commit 41741e4Copy full SHA for 41741e4
base/ubi9-python-3.11/Dockerfile
@@ -41,7 +41,11 @@ RUN echo "Installing software and packages" && micropipenv install && rm -f ./Pi
41
USER root
42
43
# Install usefull OS packages
44
-RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
+RUN dnf install -y \
45
+ mesa-libGL \
46
+ patch \
47
+ 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