Skip to content

Commit 1e8dd31

Browse files
committed
fixup install extra packages on ubi9 py.11 (that we already have on py3.9)
1 parent 1a43289 commit 1e8dd31

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
@@ -43,7 +43,11 @@ RUN echo "Installing software and packages" && micropipenv install && rm -f ./Pi
4343
USER root
4444

4545
# Install usefull OS packages
46-
RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
46+
RUN dnf install -y \
47+
mesa-libGL \
48+
patch \
49+
wget \
50+
&& dnf clean all && rm -rf /var/cache/yum
4751

4852
# Other apps and tools installed as default user
4953
USER 1001

0 commit comments

Comments
 (0)