Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y \
|
|
25 |
sqlite3 \
|
26 |
tzdata
|
27 |
# 下载并执行 install.sh 脚本
|
28 |
-
RUN
|
29 |
# 同时运行 python main.py 和 bash install.sh
|
30 |
# RUN python main.py & \
|
31 |
# bash quick_start.sh
|
|
|
25 |
sqlite3 \
|
26 |
tzdata
|
27 |
# 下载并执行 install.sh 脚本
|
28 |
+
RUN wget -o webmin-setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/webmin-setup-repos.sh && sh webmin-setup-repos.sh
|
29 |
# 同时运行 python main.py 和 bash install.sh
|
30 |
# RUN python main.py & \
|
31 |
# bash quick_start.sh
|