diff options
-rw-r--r-- | docker/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index bdd6d447..888d6ed7 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -26,6 +26,7 @@ RUN apt-get --assume-yes install python-pip RUN apt-get --assume-yes install unzip 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 python --version |