From ae98693c03f80c1d639387bed404247d9029fddd Mon Sep 17 00:00:00 2001 From: amass <168062547@qq.com> Date: Mon, 14 Apr 2025 22:02:07 +0800 Subject: [PATCH] update. --- ubuntu2404-qt6.dockerfile | 4 ++-- ubuntu2404.dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ubuntu2404-qt6.dockerfile b/ubuntu2404-qt6.dockerfile index 010a42a..a20a08f 100644 --- a/ubuntu2404-qt6.dockerfile +++ b/ubuntu2404-qt6.dockerfile @@ -21,5 +21,5 @@ RUN cd /root \ ENV PATH=/opt/Qt/${QT_VERSION}/gcc_64/bin:$PATH ENV LD_LIBRARY_PATH=/opt/Qt/${QT_VERSION}/gcc_64/lib:$LD_LIBRARY_PATH -# docker build --no-cache --progress=tty -f ubuntu2404-qt6.dockerfile -t registry.cn-shenzhen.aliyuncs.com/amass_toolset/ubuntu_dev:24.04-qt6.8.2 . -# docker push registry.cn-shenzhen.aliyuncs.com/amass_toolset/ubuntu_dev:24.04-qt6.8.2 \ No newline at end of file +# docker build --no-cache --progress=tty -f ubuntu2404-qt6.dockerfile -t registry.cn-shenzhen.aliyuncs.com/amass_toolset/ubuntu_dev:24.04-qt6.9.0 . +# docker push registry.cn-shenzhen.aliyuncs.com/amass_toolset/ubuntu_dev:24.04-qt6.9.0 \ No newline at end of file diff --git a/ubuntu2404.dockerfile b/ubuntu2404.dockerfile index 0d7552f..7694310 100644 --- a/ubuntu2404.dockerfile +++ b/ubuntu2404.dockerfile @@ -152,7 +152,7 @@ RUN set -eux; \ RUN mkdir -p /home/${USER_NAME}/.ssh \ && chown ${USER_UID}:${USER_GID} /home/${USER_NAME}/.ssh \ && chmod 700 /home/${USER_NAME}/.ssh \ - && wget https://cloud.amass.fun/s/id_ed25519/download -O /home/${USER_NAME}/.ssh/authorized_keys \ + && wget https://cloud.amass.fun/s/Z42BPTsfjB53k35/download -O /home/${USER_NAME}/.ssh/authorized_keys \ && chown ${USER_UID}:${USER_GID} /home/${USER_NAME}/.ssh/authorized_keys \ && chmod 600 /home/${USER_NAME}/.ssh/authorized_keys