From e1c9d6a5cde51b836cde429aa65f1c31a0acef87 Mon Sep 17 00:00:00 2001 From: luocai Date: Fri, 13 Jun 2025 11:07:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BD=AF=E4=BB=B6=E5=8C=85?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ubuntu2404-qt6-user.dockerfile | 4 +++- ubuntu2404.dockerfile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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 \