Browse Source

Upgrade pip on build

pull/33/head
Sindre Stephansen 5 years ago
parent
commit
09ef868038
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Dockerfile

+ 1
- 0
src/Dockerfile View File

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

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

# Move the base entrypoint to reuse it


Loading…
Cancel
Save