添加软件包。

This commit is contained in:
luocai
2025-06-13 11:07:13 +08:00
parent f53c90099b
commit e1c9d6a5cd
2 changed files with 4 additions and 2 deletions

View File

@ -39,4 +39,6 @@ RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master
&& echo 'setopt no_share_history' >> ~/.oh-my-zsh/lib/history.zsh
USER root
CMD ["bash", "-c", "service ssh start && gosu amass code-server --bind-addr 0.0.0.0:8087"]
CMD ["bash", "-c", "service ssh start && gosu amass code-server --bind-addr 0.0.0.0:8087"]
# docker build --no-cache --progress=tty -f ubuntu2404-qt6-user.dockerfile -t registry.cn-shenzhen.aliyuncs.com/amass_toolset/ubuntu_dev:24.04-qt6.9.1 .