Spaces:
BG5
/
Paused

BG5 commited on
Commit
c3bd905
·
verified ·
1 Parent(s): 7076896

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y \
28
 
29
  RUN echo 'root:12345' | chpasswd
30
  USER root
31
- RUN wget -O install_panel.sh https://www.aapanel.com/script/install_7.0_en.sh
32
  RUN sudo bash install_panel.sh
33
  # 创建非特权用户
34
  RUN useradd -m -s /bin/bash appuser
 
28
 
29
  RUN echo 'root:12345' | chpasswd
30
  USER root
31
+ RUN wget -O install_panel.sh https://dl.xp.cn/dl/xp/install.sh
32
  RUN sudo bash install_panel.sh
33
  # 创建非特权用户
34
  RUN useradd -m -s /bin/bash appuser