浏览代码

Upgrade pip on build

pull/33/head
父节点
当前提交
09ef868038
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/Dockerfile

+ 1
- 0
src/Dockerfile 查看文件

@@ -11,6 +11,7 @@ WORKDIR /app
ENV PYTHONPATH=/app ENV PYTHONPATH=/app


# Install python dependencies # Install python dependencies
RUN pip install --upgrade pip
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt


# Move the base entrypoint to reuse it # Move the base entrypoint to reuse it


正在加载...
取消
保存