From 0ee84fad8740256612edf4964dde041884c77464 Mon Sep 17 00:00:00 2001 From: mizhexiaoxiao <1157861072@qq.com> Date: Thu, 6 Jun 2024 14:31:29 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f4a997..f2a72e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=core-apt \ && apt-get update \ && apt-get install -y --no-install-recommends gcc python3-dev bash nginx vim curl procps net-tools -RUN pip install poetry -i https://pypi.tuna.tsinghua.edu.cn/simple\ +RUN pip install poetry -i https://pypi.tuna.tsinghua.edu.cn/simple \ && poetry config virtualenvs.create false \ && poetry install