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-17 04:02:42 +0000 |
commit | 6237ee38839987732b18587bdc752de23d8c86e6 (patch) | |
tree | 08ebd3a527dff6e284118b71f1f53b944d12777a /docker/Dockerfile | |
parent | 74cfb8631cfa9e779143cba54ead90ccccf0b585 (diff) |
Specify robotframework package version
Change-Id: Ic5cb101bc11d5a7decab1dace07efc746a121c5e
Issue-ID: TEST-136
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
Diffstat (limited to 'docker/Dockerfile')
-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 |