From 8eaa9fd792a6ef15c9f6502c5d45871c829cb80e Mon Sep 17 00:00:00 2001 From: bamanker <27054792@qq.com> Date: Wed, 31 Dec 2025 10:24:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=89=E8=A3=85=E7=9A=84do?= =?UTF-8?q?cker=E5=91=BD=E4=BB=A43?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 7622eba..6f57857 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -38,7 +38,7 @@ jobs: apt-get install -y gettext && apt-get install -y maven && apt-get install coreutils && - curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add && + curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | apt-key add && cd /etc/apt/sources.list.d && touch docker.list && chmod 666 docker.list &&