Sign inSign up

phpqa/make

By phpqa

•Updated almost 8 years ago

Make in Docker

Image
0

100K+

phpqa/make repository overview

⁠Make on Alpine/Docker

This image provides a way to run the latest make version with docker.

For example, Make 4 adds the -j flag, which makes it possible to run multiple jobs in parallel:

docker run --rm --tty --volume ${PWD}:/app --workdir /app \
    phpqa/make --file Makefile -j --output-sync=target --ignore-errors --quiet target1 target2 target3 

Tag summary

Content type

Image

Digest

Size

47.9 MB

Last updated

almost 8 years ago

docker pull phpqa/make