Switched from chrome to chromium
Some checks failed
Home Cluster Builds/Image-FastApi-Arm64/pipeline/head There was a failure building this commit

This commit is contained in:
2023-01-13 10:54:16 +02:00
parent 84d91c698d
commit b83c5a7b94

View File

@@ -1,17 +1,7 @@
FROM python:3.8 FROM python:3.8
# Installing google chrome # Installing google chromium
# Adding trusting keys to apt for repositories RUN apt install chromium-browser -y
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
# Adding Google Chrome to the repositories
RUN sh -c 'echo "deb [arch=arm64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
# Updating apt to see and install Google Chrome
RUN apt-get -y update
# Magic happens
RUN apt-get install -y google-chrome-stable
# Installing chromium driver # Installing chromium driver
# Installing Unzip # Installing Unzip