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 36face2 commit 269c78fCopy full SHA for 269c78f
base/c9s-python-3.9/Dockerfile
@@ -36,7 +36,10 @@ COPY Pipfile.lock ./
36
USER root
37
38
# Install usefull OS packages
39
-RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
+RUN dnf install -y \
40
+ mesa-libGL \
41
+ wget \
42
+ && dnf clean all && rm -rf /var/cache/yum
43
44
# Other apps and tools installed as default user
45
USER 1001
0 commit comments