diff options
author | Yang Xu <yang.xu3@huawei.com> | 2018-12-16 22:51:46 -0500 |
---|---|---|
committer | Yang Xu <yang.xu3@huawei.com> | 2018-12-16 22:53:09 -0500 |
commit | 4a2515ae3d45c1a036f54d72c7f8bda105e30e33 (patch) | |
tree | 77a3b7b181fc8c75cc9644b1ac3e124dce95857f | |
parent | a5b4c9250eb1c4a2ab6c84e475affdd10bd677c5 (diff) |
Specify robotframework package version
Change-Id: Ic5cb101bc11d5a7decab1dace07efc746a121c5e
Issue-ID: TEST-136
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 39e03e0e..62677af5 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -28,7 +28,7 @@ RUN apt-get --assume-yes install wget RUN apt-get --assume-yes install xvfb RUN apt-get --assume-yes install xxd RUN pip install --upgrade pip -RUN pip install robotframework +RUN pip install robotframework==3.0.4 RUN python --version # Install chrome |