diff options
-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 |