diff options
author | Jerry Flood <jf9860@att.com> | 2018-03-05 09:39:32 -0500 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2018-03-09 14:26:23 +0000 |
commit | d5a644f77fc2c8a5b4e50c085688c9b4f738fd77 (patch) | |
tree | 8c14100594c67ad41eed8ecd55ec60529cd9c417 | |
parent | 38474fb59ece9398d77a2d05b9141d900e377a99 (diff) |
Install python2.7 rather than python=2.7.11-1
Issue-ID: TEST-81
Change-Id: I8f678a16e5b532f537c7a587dfd574d627702137
Signed-off-by: Jerry Flood <jf9860@att.com>
(cherry picked from commit 27d5fe3feeb4ca856c5757eef25102c3d46838bd)
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 6822f37e..3ec5b9ca 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -9,7 +9,7 @@ LABEL usage="docker run -e ROBOT_TEST=<testname> -ti openecompete" # Install Python Pip, Robot framework, firefox, lighttpd web server, wget # Restructuring so we can see where it fails in the build. RUN apt-get update -RUN apt-get --assume-yes install python=2.7.11-1 +RUN apt-get --assume-yes install python2.7 RUN apt-get --assume-yes install build-essential RUN apt-get --assume-yes install dbus RUN apt-get --assume-yes install dnsutils |