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
This fails on both my Windows and Mac machines. Potentially out of date
=> ERROR [loconotion 4/12] RUN wget --no-verbose -O /tmp/chrome.deb https://dl.google.com/linux/chrome/deb/pool
Error output is:
[loconotion 4/12] RUN wget --no-verbose -O /tmp/chrome.deb https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_99.0.4844.74-1_amd64.deb && apt install -y /tmp/chrome.deb && rm /tmp/chrome.deb: 0.552 https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_99.0.4844.74-1_amd64.deb: 0.552 2024-02-24 03:44:35 ERROR 404: Not Found.
failed to solve: process "/bin/sh -c wget --no-verbose -O /tmp/chrome.deb https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_VERSION}_amd64.deb && apt install -y /tmp/chrome.deb && rm /tmp/chrome.deb" did not complete successfully: exit code: 8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This fails on both my Windows and Mac machines. Potentially out of date
=> ERROR [loconotion 4/12] RUN wget --no-verbose -O /tmp/chrome.deb https://dl.google.com/linux/chrome/deb/pool
Error output is:
failed to solve: process "/bin/sh -c wget --no-verbose -O /tmp/chrome.deb https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_VERSION}_amd64.deb && apt install -y /tmp/chrome.deb && rm /tmp/chrome.deb" did not complete successfully: exit code: 8
The text was updated successfully, but these errors were encountered: