chore: 优化 Dockerfile 清理缓存命令
This commit is contained in:
parent
a1ee787098
commit
9d712fc253
@ -17,8 +17,7 @@ RUN curl -sSO https://download.bt.cn/install/install_panel.sh \
|
||||
&& rm -rf /www/server/data/* \
|
||||
&& echo "docker_bt_alpine" > /www/server/panel/data/o.pl \
|
||||
&& echo '["memuA", "memuAsite", "memuAdatabase", "memuAcontrol", "memuAfiles", "memuAlogs", "memuAxterm", "memuAcrontab", "memuAsoft", "memuAconfig", "dologin", "memu_btwaf", "memuAssl"]' > /www/server/panel/config/show_menu.json \
|
||||
&& apt clean \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& apk cache clean \
|
||||
&& chmod +x /bt.sh \
|
||||
&& chmod +x /init_mysql.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user