Skip to content

Remove docker group check for non-linux systems

Henry Fredrick Schreiner requested to merge support-mac into master

Docker on Mac (and maybe others) does not require a docker group. This removes the test on non-linux systems. Since I cannot test this (docker pull is hanging up on the last few layers of anything I built locally), please verify that it is okay.

Merge request reports