Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -2,7 +2,7 @@ FROM ubuntu:22.04
|
|
| 2 |
|
| 3 |
# 更新软件包列表并安装必要的依赖项
|
| 4 |
RUN apt-get update && \
|
| 5 |
-
apt-get install -y sudo \
|
| 6 |
apt-get install -y curl python3 python3-pip openssh-server && \
|
| 7 |
rm -rf /var/lib/apt/lists/*
|
| 8 |
|
|
|
|
| 2 |
|
| 3 |
# 更新软件包列表并安装必要的依赖项
|
| 4 |
RUN apt-get update && \
|
| 5 |
+
apt-get install -y sudo && \
|
| 6 |
apt-get install -y curl python3 python3-pip openssh-server && \
|
| 7 |
rm -rf /var/lib/apt/lists/*
|
| 8 |
|