diff --git a/docker/Dockerfile b/docker/Dockerfile index cf26fb1..d110630 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -6,6 +6,7 @@ FROM debian:jessie MAINTAINER Theodotos Andreou theodotos.andreou@puri.sm RUN apt-get update && \ + apt-get -q -y dist-upgrade && \ apt-get install -q -y \ software-properties-common \ python-software-properties \