Unlocks all things which were locked due to ARMv7, etc

This commit is contained in:
Trenton H
2023-09-08 08:53:07 -07:00
parent bd645f94a7
commit ac8f5eaa7d
12 changed files with 1121 additions and 1093 deletions

View File

@@ -29,7 +29,7 @@ COPY Pipfile* ./
RUN set -eux \
&& echo "Installing pipenv" \
&& python3 -m pip install --no-cache-dir --upgrade pipenv==2023.7.23 \
&& python3 -m pip install --no-cache-dir --upgrade pipenv==2023.9.8 \
&& echo "Generating requirement.txt" \
&& pipenv requirements > requirements.txt
@@ -174,9 +174,6 @@ ARG TARGETVARIANT
# Can be workflow provided, defaults set for manual building
ARG JBIG2ENC_VERSION=0.29
ARG QPDF_VERSION=11.3.0
ARG PIKEPDF_VERSION=7.2.0
ARG PSYCOPG2_VERSION=2.9.6
# Install the built packages from the installer library images
# These change sometimes