Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM ubuntu:latest
|
2 |
|
3 |
-
RUN apt update -y && apt install --no-install-recommends -y git gcc wget gzip unzip busybox sudo dropbear fakeroot curl lsof net-tools python3 python3-pip nginx
|
4 |
RUN busybox --install /bin
|
5 |
|
6 |
RUN sed -i '/^ubuntu/d' /etc/shadow && echo "ubuntu::19879:0:99999:7:::" >> /etc/shadow && chmod 644 /etc/shadow
|
|
|
1 |
FROM ubuntu:latest
|
2 |
|
3 |
+
RUN apt update -y && apt install --no-install-recommends -y openssh-client git gcc wget gzip unzip busybox sudo dropbear fakeroot curl lsof net-tools python3 python3-pip nginx
|
4 |
RUN busybox --install /bin
|
5 |
|
6 |
RUN sed -i '/^ubuntu/d' /etc/shadow && echo "ubuntu::19879:0:99999:7:::" >> /etc/shadow && chmod 644 /etc/shadow
|