From b974c83815e5c8fa703569990d3567f8524da77a Mon Sep 17 00:00:00 2001 From: "yuze.zyz" Date: Tue, 22 Oct 2024 21:44:09 +0800 Subject: [PATCH] remove useless code --- docker/Dockerfile.ubuntu | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/Dockerfile.ubuntu b/docker/Dockerfile.ubuntu index 86253c0f..1a255536 100644 --- a/docker/Dockerfile.ubuntu +++ b/docker/Dockerfile.ubuntu @@ -16,8 +16,6 @@ RUN pip config set global.index-url https://mirrors.aliyun.com/pypi/simple && \ pip config set install.trusted-host mirrors.aliyun.com && \ cp /tmp/resources/ubuntu2204.aliyun /etc/apt/sources.list -RUN echo "cache bust $(date +%Y%m%d%H%M%S)" - COPY {meta_file} /tmp/install.sh RUN sh /tmp/install.sh {version_args}