Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -24,7 +24,6 @@ RUN echo "deb https://download.webmin.com/download/repository sarge contrib" >>
|
|
24 |
RUN apt-get update && \
|
25 |
apt-get install -y webmin && \
|
26 |
|
27 |
-
RUN sh webmininstall.sh
|
28 |
RUN apt-get update
|
29 |
# 安装所需的软件包并清理APT缓存
|
30 |
RUN apt-get update && apt-get install -y \
|
@@ -42,7 +41,6 @@ RUN apt-get update && apt-get install -y \
|
|
42 |
util-linux \
|
43 |
sqlite3 \
|
44 |
tzdata \
|
45 |
-
webmin
|
46 |
# 下载并执行 install.sh 脚本
|
47 |
# 同时运行 python main.py 和 bash install.sh
|
48 |
# RUN python main.py & \
|
|
|
24 |
RUN apt-get update && \
|
25 |
apt-get install -y webmin && \
|
26 |
|
|
|
27 |
RUN apt-get update
|
28 |
# 安装所需的软件包并清理APT缓存
|
29 |
RUN apt-get update && apt-get install -y \
|
|
|
41 |
util-linux \
|
42 |
sqlite3 \
|
43 |
tzdata \
|
|
|
44 |
# 下载并执行 install.sh 脚本
|
45 |
# 同时运行 python main.py 和 bash install.sh
|
46 |
# RUN python main.py & \
|