diff --git a/docker/Dockerfile b/docker/Dockerfile index fe3be2b..4cec7ea 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -7,7 +7,7 @@ MAINTAINER Theodotos Andreou theodotos.andreou@puri.sm RUN apt-get update && \ apt-get -q -y dist-upgrade && \ - apt-get install -q -y --no-install-recommends \ + apt-get install -q -y \ software-properties-common \ python-software-properties \ python-pip \