Skip to content

Commit 41741e4

Browse files
committed
fixup install extra packages on ubi9 py.11 (that we already have on py3.9)
1 parent 2ca70db commit 41741e4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

base/ubi9-python-3.11/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ RUN echo "Installing software and packages" && micropipenv install && rm -f ./Pi
4141
USER root
4242

4343
# Install usefull OS packages
44-
RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
44+
RUN dnf install -y \
45+
mesa-libGL \
46+
patch \
47+
wget \
48+
&& dnf clean all && rm -rf /var/cache/yum
4549

4650
# Other apps and tools installed as default user
4751
USER 1001

0 commit comments

Comments
 (0)