aboutsummaryrefslogtreecommitdiffstats
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/setup.sh b/setup.sh
index 392a84aa..88a06182 100755
--- a/setup.sh
+++ b/setup.sh
@@ -23,7 +23,8 @@ pip install \
'robotframework-requests==0.5.0' \
'robotframework-sshlibrary==3.3.0' \
'robotframework-ftplibrary==1.6' \
-'robotframework-archivelibrary==0.4.0'
+'robotframework-archivelibrary==0.4.0' \
+'robotframework-jsonlibrary==0.3.1'
pip install \
--pre \
@@ -72,9 +73,9 @@ then
# we need to update PATH with chromium-chromedriver
echo "Adding in-container chromedriver to PATH"
ln -s /usr/lib/chromium-browser/chromedriver /usr/local/bin/chromedriver
-
+
echo "Skipping desktop steps, building container image..."
-else
+else
#
# Get the appropriate chromedriver. Default to linux64
#