Skip to content
This repository was archived by the owner on May 14, 2023. It is now read-only.

Commit a3e1eb5

Browse files
committed
Add wget app (missing by default)
1 parent edb6b10 commit a3e1eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:latest
22
RUN apt-get update
3-
RUN apt install -y python3 python3-pip
3+
RUN apt install -y python3 python3-pip wget
44
RUN pip3 install --no-cache-dir setuptools
55
RUN pip3 install --no-cache-dir numpy pandas matplotlib seaborn
66
ENV PATH="/root/miniconda3/bin:${PATH}"

0 commit comments

Comments
 (0)