diff options
author | Brian Freeman <bf1936@att.com> | 2018-09-14 17:06:15 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-09-14 17:06:26 -0500 |
commit | 5449798391bae1030a5e7691e446df58f4a1f8bc (patch) | |
tree | 8c771d200106f62c17bf73ac6b058063d8eab433 | |
parent | 858f1056800dba1938f1cd5441826e907141177b (diff) |
Add xxd for decryption
Issue-ID: INT-515
Change-Id: I099cd9b584207508c6aca6f701da85a01ed531e8
Signed-off-by: Brian Freeman <bf1936@att.com>
-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 |