generated from Templates/Utility-Image-Builder
Switched from chrome to chromium
Some checks failed
Home Cluster Builds/Image-FastApi-Arm64/pipeline/head There was a failure building this commit
Some checks failed
Home Cluster Builds/Image-FastApi-Arm64/pipeline/head There was a failure building this commit
This commit is contained in:
14
Dockerfile
14
Dockerfile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user