Skip to content

Commit

Permalink
fixup install extra packages on ubi9 py.11 (that we already have on p…
Browse files Browse the repository at this point in the history
…y3.9)
  • Loading branch information
jiridanek committed Oct 4, 2024
1 parent 2ca70db commit 41741e4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion base/ubi9-python-3.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ RUN echo "Installing software and packages" && micropipenv install && rm -f ./Pi
USER root

# Install usefull OS packages
RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
RUN dnf install -y \
mesa-libGL \
patch \
wget \
&& dnf clean all && rm -rf /var/cache/yum

# Other apps and tools installed as default user
USER 1001
Expand Down

0 comments on commit 41741e4

Please sign in to comment.