chore: 移除宝塔面板菜单中的 memu 相关选项

This commit is contained in:
xiao 2024-11-15 14:23:54 +08:00 committed by cnb
parent 428764cc0d
commit b2849efc84

View File

@ -26,6 +26,9 @@ RUN curl -sSO https://download.bt.cn/install/install_panel.sh \
&& echo y | bash install_panel.sh -P 8888 --ssl-disable \ && echo y | bash install_panel.sh -P 8888 --ssl-disable \
&& rm -rf /www/server/data/* \ && rm -rf /www/server/data/* \
&& echo "docker_bt_d12" > /www/server/panel/data/o.pl \ && echo "docker_bt_d12" > /www/server/panel/data/o.pl \
&& sed -i 's/"memuDocker",//g' /www/server/panel/config/show_menu.json \
&& sed -i 's/"memuAftp",//g' /www/server/panel/config/show_menu.json \
&& sed -i 's/"memuAfirewall",//g' /www/server/panel/config/show_menu.json \
&& apt clean \ && apt clean \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
&& chmod +x /bt.sh \ && chmod +x /bt.sh \