I'm trying to setup the docker version, but I get the following when running:
docker run --rm -it --volume $(pwd):/app prooph/composer:7.1 install -o --prefer-dist
I get the following:
[KO] Script make cache-warmup returned with error code 127
!! sh: make: not found
!!
Continuing to follow the docker instructions it does seem to work.
I'm on Mac OS 10.13.4. I have installed Xcode & additional tools.
From what I can find, it's can't find make. When I do which make I get /usr/bin/make so apparently make is installed.
I'm trying to setup the docker version, but I get the following when running:
I get the following:
Continuing to follow the docker instructions it does seem to work.
I'm on Mac OS 10.13.4. I have installed Xcode & additional tools.
From what I can find, it's can't find
make. When I dowhich makeI get/usr/bin/makeso apparently make is installed.