diff --git a/Dockerfile b/Dockerfile index b6491d0..0d471e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,7 @@ RUN \ git checkout "${GUETZLI_VERSION}" &&\ make -j$(nproc) config=release \ TARGETDIR=/usr/local/bin \ + LDFLAGS="-static -lpng -lz -lm" \ ) &&\ \ apk del --no-cache .build-deps &&\