aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 50e344ab..e91555e4 100755
--- a/setup.sh
+++ b/setup.sh
@@ -101,6 +101,10 @@ cd $path
# as required software is installed already.
if $BUILDTIME
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
#