Add xxd for decryption 69/66769/1
authorBrian Freeman <bf1936@att.com>
Fri, 14 Sep 2018 22:06:15 +0000 (17:06 -0500)
committerBrian Freeman <bf1936@att.com>
Fri, 14 Sep 2018 22:06:26 +0000 (17:06 -0500)
Issue-ID: INT-515
Change-Id: I099cd9b584207508c6aca6f701da85a01ed531e8
Signed-off-by: Brian Freeman <bf1936@att.com>
docker/Dockerfile

index bdd6d44..888d6ed 100644 (file)
@@ -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