We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f19ff8 commit 6386ef1Copy full SHA for 6386ef1
base/c9s-python-3.11/Dockerfile
@@ -41,7 +41,11 @@ COPY ${SOURCE_CODE}/Pipfile.lock ./
41
USER root
42
43
# Install usefull OS packages
44
-RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
+RUN dnf install -y \
45
+ mesa-libGL \
46
+ patch \
47
+ wget \
48
+ && dnf clean all && rm -rf /var/cache/yum
49
50
# Other apps and tools installed as default user
51
USER 1001
0 commit comments