update version.

This commit is contained in:
2025-06-25 23:21:09 +08:00
parent a15750ef87
commit 100deaddab
4 changed files with 13 additions and 11 deletions

View File

@ -1,7 +1,7 @@
FROM registry.cn-shenzhen.aliyuncs.com/amass_toolset/ubuntu_dev:24.04-qt6.9.1
RUN apt-get update \
&& apt-get install docker-ce containerd.io docker-buildx-plugin docker-compose-plugin
&& apt-get install -y docker-ce containerd.io docker-buildx-plugin docker-compose-plugin \
&& apt clean \
&& rm -fr /var/lib/apt/lists/* /tmp/* /var/tmp/*