Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
executable file 19 lines (12 sloc) 349 Bytes
#!/bin/sh
# Current Browser
docker pull oldwebtoday/chrome:73
# Base Browser
docker pull oldwebtoday/base-browser
# Borwser automation driver
docker pull webrecorder/autobrowser
if [ "$1" != "--headless" ]; then
# Required for non-headless mode
docker pull oldwebtoday/vnc-webrtc-audio
docker pull oldwebtoday/base-displayaudio
fi
You can’t perform that action at this time.