Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -4,6 +4,7 @@ FROM ubuntu:22.04
|
|
| 4 |
RUN apt-get update && \
|
| 5 |
apt-get install -y sudo && \
|
| 6 |
apt-get install -y coreutils && \
|
|
|
|
| 7 |
apt-get install -y curl python3 python3-pip openssh-server && \
|
| 8 |
rm -rf /var/lib/apt/lists/*
|
| 9 |
|
|
|
|
| 4 |
RUN apt-get update && \
|
| 5 |
apt-get install -y sudo && \
|
| 6 |
apt-get install -y coreutils && \
|
| 7 |
+
apt-get -y install wget && \
|
| 8 |
apt-get install -y curl python3 python3-pip openssh-server && \
|
| 9 |
rm -rf /var/lib/apt/lists/*
|
| 10 |
|