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
Describe the bug When building dockerfile on macos I get error:
ERROR: failed to solve: process "/bin/sh -c dnf upgrade -y --refresh && dnf install -y chromedriver-${CHROMIUM_VERSION}* chromium-${CHROMIUM_VERSION}* firefox-${FIREFOX_VERSION}* gcc gcc-c++ npm nodejs python3-pip python3-pyyaml tzdata xorg-x11-server-Xvfb-${XVFB_VERSION}* dnf-plugins-core && dnf clean all" did not complete successfully: exit code: 1
To Reproduce Steps to reproduce the behavior:
Expected behavior I should have a local image built
The text was updated successfully, but these errors were encountered:
Is that DNF that I am missing? Could it be built on MacOS at all?
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When building dockerfile on macos I get error:
ERROR: failed to solve: process "/bin/sh -c dnf upgrade -y --refresh && dnf install -y chromedriver-${CHROMIUM_VERSION}* chromium-${CHROMIUM_VERSION}* firefox-${FIREFOX_VERSION}* gcc gcc-c++ npm nodejs python3-pip python3-pyyaml tzdata xorg-x11-server-Xvfb-${XVFB_VERSION}* dnf-plugins-core && dnf clean all" did not complete successfully: exit code: 1
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I should have a local image built
The text was updated successfully, but these errors were encountered: