/mozjpeg-docker

Simple Docker image with compiled mozilla/mozjpeg binaries

Primary LanguageDockerfileThe UnlicenseUnlicense

mozjpeg-docker

mozjpeg-docker is a Docker image based on the latest Alpine linux to provide binaries of the mozilla/mozjpeg to other Docker images.

Custom mozilla/mozjpeg version

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 .