From c605d3928d72389c8d063a2dc0ca4152eaba444a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Tue, 24 Oct 2023 20:16:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E7=BC=BA=E5=A4=B1?= =?UTF-8?q?=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 958bbff..bc604b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,8 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=web \ && echo "no" | dpkg-reconfigure dash \ && rm -rf /var/lib/apt/lists/* +ARG DOWNLOAD_URL=https://download.jumpserver.org + WORKDIR /opt/download/applets ARG PYTHON_VERSION=3.11.6