This repository contains the current release of QPDF built for Alpine linux.
The built binaries are tested against our Alpine base images:
-
Install the required dependencies
libjpegandlibstdc++apk add libjpeg libstdc++ -
Download the latest binary release (or a specific release version)
wget https://github.com/gmitirol/qpdf-alpine/releases/latest/download/qpdf-bin-amd64.tgz -
Extract the binaries (by using the root directory as target, they are installed in
/usr/bin.)tar xzf qpdf-bin-amd64.tgz -C /