Open MarkEdmondson1234 opened 4 years ago
No, that is not expected.
I'd need to dig in which of the used packages says it requires make
, and on Windows. Maybe this is a problem with the sysreqs database?
@MarkEdmondson1234 Can you run the following command on Mac, please?
futile.logger::flog.threshold(futile.logger::DEBUG)
containerit:::.find_system_dependencies(c("httpuv"), platform = "linux-x86_64-debian-gcc")
Just to be sure: you want the one where make
is not installed, right? What is the Dockerfile for trestletech/plumber
you use?
httpuv
seems to have a system dependency on GNU Make:
The Dockerfile created from the same script looks different if built on Windows or OSX - is this expected? See https://github.com/MarkEdmondson1234/googleCloudRunner/issues/32 for background.
Dockerfile on OSX:
Dockerfile on Windows:
Normally this wouldn't break things but it triggered another bug in
trestletech/plumber
where you can't use apt-get