ppodgorsek/docker-robot-framework

Building on MacOS

Opened this issue · 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

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