diff --git a/Dockerfile b/Dockerfile index 9c2c25548553c9d7f3333921c1a4cdbf88c358d5..1db7d4268eef3ef67340d2b4b91ca741983b3b38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV PYTHONUNBUFFERED=1 WORKDIR /steering COPY requirements.txt . -RUN apt-get update && apt-get install -y libmagic1 +RUN apt-get update && apt-get install -y libmagic1 curl RUN pip install --upgrade pip RUN pip install --no-cache-dir -r requirements.txt