Adds a couple build args to force pikepdf to rebuild dependent wheels if the versions change

This commit is contained in:
Trenton Holmes
2022-11-01 11:04:53 -07:00
committed by Trenton H
parent 59ea37f09c
commit 19257b824b
4 changed files with 30 additions and 15 deletions

View File

@@ -18,6 +18,10 @@ LABEL org.opencontainers.image.description="A intermediate image with pikepdf wh
ARG DEBIAN_FRONTEND=noninteractive
ARG PIKEPDF_VERSION
# These not not used, but will still bust the cache if one changes
# Otherwise, the main image will try to build thing (and fail)
ARG PILLOW_VERSION
ARG LXML_VERSION
ARG BUILD_PACKAGES="\
build-essential \