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 1a43289 commit 1e8dd31Copy full SHA for 1e8dd31
base/ubi9-python-3.11/Dockerfile
@@ -43,7 +43,11 @@ RUN echo "Installing software and packages" && micropipenv install && rm -f ./Pi
43
USER root
44
45
# Install usefull OS packages
46
-RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
+RUN dnf install -y \
47
+ mesa-libGL \
48
+ patch \
49
+ wget \
50
+ && dnf clean all && rm -rf /var/cache/yum
51
52
# Other apps and tools installed as default user
53
USER 1001
0 commit comments