Sfoglia il codice sorgente

Upgrade pip on build

pull/33/head
Sindre Stephansen 5 anni fa
parent
commit
09ef868038
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      src/Dockerfile

+ 1
- 0
src/Dockerfile Vedi 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…
Annulla
Salva