1 Building Packages with Docker🔗ℹ

First, install Docker. As long as docker is in your path, that may be all you need, because suitable starting images racket/pkg-build:pkg-build-deps and/or racket/pkg-build:pkg-build-deps-min can be downloaded automatically by Docker. See Starting Image Requirements for more information about the content of a suitable starting image.

In the "pkg-build" package sources, see the "examples/docker" directory for an example use of build-pkgs with Docker.