BG5 commited on
Commit
0190cf0
·
verified ·
1 Parent(s): 55721b1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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缓存