Update Dockerfile.test

This commit is contained in:
Emyll Almonte
2022-12-01 10:50:20 -05:00
committed by GitHub
parent c9b88ba78c
commit a3fd39a72e

View File

@@ -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