Explorar el Código

Upgrade pip on build

pull/33/head
Sindre Stephansen hace 5 años
padre
commit
09ef868038
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/Dockerfile

+ 1
- 0
src/Dockerfile Ver fichero

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


Cargando…
Cancelar
Guardar