Skip to content

Commit 269c78f

Browse files
committed
fixup, install wget in c9s
1 parent 36face2 commit 269c78f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

base/c9s-python-3.9/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ COPY Pipfile.lock ./
3636
USER root
3737

3838
# Install usefull OS packages
39-
RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
39+
RUN dnf install -y \
40+
mesa-libGL \
41+
wget \
42+
&& dnf clean all && rm -rf /var/cache/yum
4043

4144
# Other apps and tools installed as default user
4245
USER 1001

0 commit comments

Comments
 (0)