diff --git a/ubuntu2404-qt6-user.dockerfile b/ubuntu2404-qt6-user.dockerfile index 5a03b6e..b23001b 100644 --- a/ubuntu2404-qt6-user.dockerfile +++ b/ubuntu2404-qt6-user.dockerfile @@ -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"] \ No newline at end of file +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 . \ No newline at end of file diff --git a/ubuntu2404.dockerfile b/ubuntu2404.dockerfile index 76bf1a0..62a7685 100644 --- a/ubuntu2404.dockerfile +++ b/ubuntu2404.dockerfile @@ -14,7 +14,7 @@ RUN sed -i 's@//.*archive.ubuntu.com@//mirrors.ustc.edu.cn@g' /etc/apt/sources.l && apt update \ && apt install -y gcc g++ gdb cmake ninja-build pkg-config openssh-server git nano gpg ca-certificates \ wget curl rsync lsb-release ubuntu-keyring gnupg2 libssl-dev zlib1g-dev gettext jq bzip2 unzip xz-utils \ - zsh htop tini sudo gosu \ + zsh htop tini sudo gosu python3-pip \ && echo 'if [ -f /etc/profile ]; then source /etc/profile; fi' >> /etc/zsh/zprofile \ && install -m 0755 -d /etc/apt/keyrings \ && curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc \