mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Removes references to now not set or used build args
This commit is contained in:
		| @@ -2,8 +2,7 @@ | |||||||
| # Inputs: | # Inputs: | ||||||
| #    - REPO - Docker repository to pull qpdf from | #    - REPO - Docker repository to pull qpdf from | ||||||
| #    - QPDF_VERSION - The image qpdf version to copy .deb files from | #    - QPDF_VERSION - The image qpdf version to copy .deb files from | ||||||
| #    - PIKEPDF_GIT_TAG - The Git tag to clone and build from | #    - PIKEPDF_VERSION - Version of pikepdf to build wheel for | ||||||
| #    - PIKEPDF_VERSION - Used to force the built pikepdf version to match |  | ||||||
|  |  | ||||||
| # Default to pulling from the main repo registry when manually building | # Default to pulling from the main repo registry when manually building | ||||||
| ARG REPO="paperless-ngx/paperless-ngx" | ARG REPO="paperless-ngx/paperless-ngx" | ||||||
| @@ -77,7 +76,7 @@ RUN set -eux \ | |||||||
|   && echo "Building pikepdf wheel ${PIKEPDF_VERSION}" \ |   && echo "Building pikepdf wheel ${PIKEPDF_VERSION}" \ | ||||||
|   && mkdir wheels \ |   && mkdir wheels \ | ||||||
|   && python3 -m pip wheel \ |   && python3 -m pip wheel \ | ||||||
|     # Build the package at the requried version |     # Build the package at the required version | ||||||
|     pikepdf==${PIKEPDF_VERSION} \ |     pikepdf==${PIKEPDF_VERSION} \ | ||||||
|     # Output the *.whl into this directory |     # Output the *.whl into this directory | ||||||
|     --wheel-dir wheels \ |     --wheel-dir wheels \ | ||||||
|   | |||||||
| @@ -1,7 +1,6 @@ | |||||||
| # This Dockerfile builds the psycopg2 wheel | # This Dockerfile builds the psycopg2 wheel | ||||||
| # Inputs: | # Inputs: | ||||||
| #    - PSYCOPG2_GIT_TAG - The Git tag to clone and build from | #    - PSYCOPG2_VERSION - Version to build | ||||||
| #    - PSYCOPG2_VERSION - Unused, kept for future possible usage |  | ||||||
|  |  | ||||||
| FROM python:3.9-slim-bullseye as main | FROM python:3.9-slim-bullseye as main | ||||||
|  |  | ||||||
| @@ -38,7 +37,7 @@ RUN set -eux \ | |||||||
|   && cd /usr/src \ |   && cd /usr/src \ | ||||||
|   && mkdir wheels \ |   && mkdir wheels \ | ||||||
|   && python3 -m pip wheel \ |   && python3 -m pip wheel \ | ||||||
|     # Build the package at the requried version |     # Build the package at the required version | ||||||
|     psycopg2==${PSYCOPG2_VERSION} \ |     psycopg2==${PSYCOPG2_VERSION} \ | ||||||
|     # Output the *.whl into this directory |     # Output the *.whl into this directory | ||||||
|     --wheel-dir wheels \ |     --wheel-dir wheels \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Trenton Holmes
					Trenton Holmes