From 6ef8d5b92d1128bc185971c4cd158d473074b6ee Mon Sep 17 00:00:00 2001 From: Tianli0 <507249007@qq.com> Date: Thu, 28 Sep 2023 12:05:54 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=8E=20ci:=20=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/dockerfile b/docker/dockerfile index eb69dd0..3fbaa49 100644 --- a/docker/dockerfile +++ b/docker/dockerfile @@ -4,7 +4,7 @@ ARG VERSION RUN apt-get update && apt-get install -y wget \ && wget -O /usr/local/bin/tianlicdn https://github.com/Tianli-CDN/cdn-server/releases/download/${VERSION}/tianlicdn-linux-amd64 \ - && chmod +x /usr/local/bin/tianlicdn && apt-get clean && apt-get uninstall -y wget + && chmod +x /usr/local/bin/tianlicdn WORKDIR /app