Procházet zdrojové kódy

Upgrade pip on build

pull/33/head
Sindre Stephansen před 5 roky
rodič
revize
09ef868038
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      src/Dockerfile

+ 1
- 0
src/Dockerfile Zobrazit soubor

@@ -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


Načítá se…
Zrušit
Uložit