瀏覽代碼

修改配置文件

mengqiankang 1 月之前
父節點
當前提交
114e117b8e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      alien_gateway/Dockerfile

+ 1 - 1
alien_gateway/Dockerfile

@@ -12,7 +12,7 @@ RUN pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple \
 COPY pyproject.toml poetry.lock ./
 
 RUN poetry source add --priority=primary tsinghua https://pypi.tuna.tsinghua.edu.cn/simple || true \
-    && poetry install --no-root --no-interaction --no-ansi
+   && poetry lock / && poetry install --no-root --no-interaction --no-ansi
 
 COPY . .