docker-robot-framework icon indicating copy to clipboard operation
docker-robot-framework copied to clipboard

Building on MacOS

Open hvitis opened this issue 1 year ago • 1 comments

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:

  1. docker build imagename:1.0.0 .

Expected behavior I should have a local image built

hvitis avatar Dec 07 '23 01:12 hvitis

Is that DNF that I am missing? Could it be built on MacOS at all?

hvitis avatar Dec 07 '23 01:12 hvitis

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.

ppodgorsek avatar Nov 11 '25 18:11 ppodgorsek