diff --git a/Dockerfile b/Dockerfile index 413322cab22..3a02f381964 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM python:3.6 +ARG DEBIAN_FRONTEND=noninteractive + COPY requirements.txt /tmp RUN apt-get update; \