Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image doesn't build on Arm Macs(M1) #6

Open
nileshgulia1 opened this issue Jan 19, 2022 · 0 comments
Open

Docker image doesn't build on Arm Macs(M1) #6

nileshgulia1 opened this issue Jan 19, 2022 · 0 comments

Comments

@nileshgulia1
Copy link
Member

Traceback:

E: Unable to locate package google-chrome-unstable
------
executor failed running [/bin/sh -c apt-get update     && apt-get install -y wget gnupg     && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -     && sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'     && apt-get update     && apt-get install -y google-chrome-unstable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf       --no-install-recommends     && rm -rf /var/lib/apt/lists/*]: exit code: 100
ERROR: Service 'critical' failed to build : Build failed

Might be due to fact that google isn't providing an ARM build for Chrome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant