diff --git a/Dockerfile b/Dockerfile index 323b4d154cc4..8ce295ae6aaa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,8 @@ MAINTAINER Paulus Schoutsen VOLUME /config +RUN pip3 install --no-cache-dir -r requirements_all.txt + #RUN apt-get update && \ # apt-get install -y cython3 libudev-dev && \ # apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \