diff options
Diffstat (limited to 'tools/dockerfile/distribtest/python_wheezy_x64/Dockerfile')
-rw-r--r-- | tools/dockerfile/distribtest/python_wheezy_x64/Dockerfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/dockerfile/distribtest/python_wheezy_x64/Dockerfile b/tools/dockerfile/distribtest/python_wheezy_x64/Dockerfile index 895dd96747..46353b92d6 100644 --- a/tools/dockerfile/distribtest/python_wheezy_x64/Dockerfile +++ b/tools/dockerfile/distribtest/python_wheezy_x64/Dockerfile @@ -29,6 +29,4 @@ FROM debian:wheezy -RUN apt-get update -RUN apt-get install -y git python python-pip - +RUN apt-get update -y && apt-get install -y python python-pip |