Skip to content

Commit 2ca70db

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

base/c9s-python-3.11/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ COPY Pipfile.lock ./
3939
USER root
4040

4141
# Install usefull OS packages
42-
RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
42+
RUN dnf install -y \
43+
mesa-libGL \
44+
patch \
45+
wget \
46+
&& dnf clean all && rm -rf /var/cache/yum
4347

4448
# Other apps and tools installed as default user
4549
USER 1001

0 commit comments

Comments
 (0)