mirror of
https://gitlab.com/jarylc/docker-duoauthproxy.git
synced 2026-02-04 11:31:45 +00:00
restore VERSION and CHECKSUM args
This commit is contained in:
@@ -2,6 +2,8 @@ ARG PYTHON_VERSION=3.11.9
|
||||
|
||||
FROM python:${PYTHON_VERSION}-alpine3.19 AS builder
|
||||
|
||||
ARG VERSION
|
||||
ARG CHECKSUM
|
||||
ARG CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1
|
||||
|
||||
RUN apk add --no-cache build-base libffi-dev perl zlib-dev diffutils libstdc++ gcompat \
|
||||
|
||||
Reference in New Issue
Block a user