Open bjornallvin opened 6 years ago
The Dockerfile uses a grep command with attribute "-P". this was removed from MacOS higher then 10.7. Workaround for me was to install another version of grep then the default. "brew install grep --with-default-names".
The Dockerfile uses a grep command with attribute "-P". this was removed from MacOS higher then 10.7. Workaround for me was to install another version of grep then the default. "brew install grep --with-default-names".