Skip to content

Commit

Permalink
fixup install extra packages on c9s py.11 (that we already have on py…
Browse files Browse the repository at this point in the history
…3.9)
  • Loading branch information
jiridanek committed Jan 8, 2025
1 parent 8f19ff8 commit 6386ef1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion base/c9s-python-3.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ COPY ${SOURCE_CODE}/Pipfile.lock ./
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 6386ef1

Please sign in to comment.