racket/docker

Support raco make

Closed this issue · 2 comments

raco make fails with /usr/bin/raco: Unrecognized command: make. Is this intentional? Why is make not supported?

As far as I remember (and flipped through the code), it is Racket Minimal that gets installed. raco make is not going to work with minimal. For make to work you need to install at least the package compiler-lib.

Ah, thanks, problem solved!