From 83ae00321a1ac59ca9ecae7d278dd4b6665b3f37 Mon Sep 17 00:00:00 2001 From: bensonqin Date: Thu, 20 Jun 2024 23:01:24 +0800 Subject: [PATCH] =?UTF-8?q?:art:client=20dockerfile=20-=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E5=A4=9A=E4=BD=99\=E5=AD=97=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfile b/client/Dockerfile index 152480fca..d166763ce 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update \ && echo "LANG=zh_CN.UTF-8" > /etc/locale.conf \ && locale-gen \ && ln -sf /usr/share/zoneinfo/Asia/Hong_Kong /etc/localtime \ - && rm -rf /var/cache/apt/* /root/.cache \ + && rm -rf /var/cache/apt/* /root/.cache ARG TARGETARCH RUN if [ "$TARGETARCH" = "amd64" ]; then \