diff options
-rwxr-xr-x | setup.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 # |