docker-robot-framework
docker-robot-framework copied to clipboard
Building on MacOS
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:
- docker build imagename:1.0.0 .
Expected behavior I should have a local image built
Is that DNF that I am missing? Could it be built on MacOS at all?
There were issues with ARM platforms due to Microsoft Edge not being available in Linux ARM. Those issues have been fixed as part of #455, and an ARM image is now available on the Docker Hub.