mozjpeg-docker
is a Docker image based on the latest Alpine linux to provide binaries of the mozilla/mozjpeg to other Docker images.
By default, the latest version of mozilla/mozjpeg source code is used. You can also build a different version:
docker build -t mozjpeg-docker --build-arg tag=v3.0 .