Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,7 +22,7 @@ RUN echo "deb https://download.webmin.com/download/repository sarge contrib" >>
|
|
22 |
|
23 |
# 更新包列表并安装 Webmin
|
24 |
RUN apt-get update && \
|
25 |
-
apt-get install -y webmin
|
26 |
|
27 |
RUN apt-get update
|
28 |
# 安装所需的软件包并清理APT缓存
|
|
|
22 |
|
23 |
# 更新包列表并安装 Webmin
|
24 |
RUN apt-get update && \
|
25 |
+
apt-get install -y webmin
|
26 |
|
27 |
RUN apt-get update
|
28 |
# 安装所需的软件包并清理APT缓存
|