remove useless code

This commit is contained in:
yuze.zyz
2024-10-22 21:44:09 +08:00
parent 70eaf58920
commit b974c83815

View File

@@ -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}