We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On an M1 (and I think any ARM processor in general will also have this error), the cucumber docker container will fail on the following line: https://github.com/algorand/js-algorand-sdk/blob/develop/tests/cucumber/docker/Dockerfile#L12
Changing to chromium potentially resolves this--not sure how this will affect the chrome tests.
Mac M1 (I believe it will reproduce on any ARM processor though).
make docker-build
Container runs
Container build exits on failure with the following error:
#5 436.5 E: Package 'google-chrome-stable' has no installation candidate ------ executor failed running [/bin/sh -c wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list && apt-get update -qqy && apt-get -qqy --no-install-recommends install google-chrome-stable firefox]: exit code: 100 make: *** [docker-build] Error 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Subject of the issue
On an M1 (and I think any ARM processor in general will also have this error), the cucumber docker container will fail on the following line:
https://github.com/algorand/js-algorand-sdk/blob/develop/tests/cucumber/docker/Dockerfile#L12
Changing to chromium potentially resolves this--not sure how this will affect the chrome tests.
Your environment
Mac M1 (I believe it will reproduce on any ARM processor though).
Steps to reproduce
make docker-build
Expected behaviour
Container runs
Actual behaviour
Container build exits on failure with the following error:
The text was updated successfully, but these errors were encountered: