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 d84a442 commit 2ca70dbCopy full SHA for 2ca70db
base/c9s-python-3.11/Dockerfile
@@ -39,7 +39,11 @@ COPY Pipfile.lock ./
39
USER root
40
41
# Install usefull OS packages
42
-RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
+RUN dnf install -y \
43
+ mesa-libGL \
44
+ patch \
45
+ wget \
46
+ && dnf clean all && rm -rf /var/cache/yum
47
48
# Other apps and tools installed as default user
49
USER 1001
0 commit comments