From fcbd02d93197b0dc9a098bc99367542a4fc6515c Mon Sep 17 00:00:00 2001 From: Daniel Alejandro Fernandez Date: Mon, 28 Jun 2021 13:26:05 -0300 Subject: [PATCH] Replace clevyr/prestissimo by yonex/prestissimo When you execute "make build" clevyr/prestissimo throw an error: "install: unrecognized option: ignore-platform-reqs" If you use yonex/prestissimo instead clevyr/prestissimo all works fine :) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d5cbf7..646c23f 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ composer-install: CMD=install composer-update: CMD=update composer composer-install composer-update: @docker run --rm --interactive --volume $(current-dir):/app --user $(id -u):$(id -g) \ - clevyr/prestissimo $(CMD) \ + yonex/prestissimo $(CMD) \ --ignore-platform-reqs \ --no-ansi \ --no-interaction