mirror of
https://github.com/Screenly/Anthias.git
synced 2026-01-19 19:48:45 -05:00
Update Dockerfile.test
This commit is contained in:
@@ -30,7 +30,7 @@ ARG CHROMEDRIVER_DL_URL="https://chromedriver.storage.googleapis.com/107.0.5304.
|
||||
RUN wget $CHROMEDRIVER_DL_URL -O /tmp/chromedriver.zip && \
|
||||
unzip -o /tmp/chromedriver.zip -d /usr/bin
|
||||
|
||||
ARG CHROME_DL_URL="http://ftp.debian.org/debian/pool/main/c/chromium/chromium_107.0.5304.121-1_arm64.deb"
|
||||
ARG CHROME_DL_URL="http://ftp.debian.org/debian/pool/main/c/chromium/chromium_107.0.5304.121-1_amd64.deb"
|
||||
RUN wget $CHROME_DL_URL -O /tmp/chrome.deb && \
|
||||
apt-get -y update && \
|
||||
apt-get install -y /tmp/chrome.deb
|
||||
|
||||
Reference in New Issue
Block a user