diff --git a/Dockerfile b/Dockerfile index 820c6071..a5ad92dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,7 @@ FROM ubuntu:16.04 -RUN apt-get update && apt-get upgrade -y - -RUN apt-get -y install --no-install-recommends \ +RUN apt-get update && apt-get upgrade -y && \ + apt-get -y install --no-install-recommends \ python-pip \ python-setuptools \ vim \