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 Jan 8, 2025
1 parent 6386ef1 commit db683dd
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 @@ -43,7 +43,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 db683dd

Please sign in to comment.