mirror of
https://gitlab.com/jarylc/docker-duoauthproxy.git
synced 2026-02-04 18:34:43 +00:00
moved CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1 to entrypoint.sh to fix startup error
This commit is contained in:
@@ -24,7 +24,6 @@ RUN rm -rf /app/usr/local/lib/python${PYTHON_VERSION%.*}/test
|
||||
RUN chown -R nobody:nobody /app/conf
|
||||
|
||||
FROM alpine:edge
|
||||
ARG CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1
|
||||
WORKDIR /app
|
||||
RUN apk add --no-cache libgcc libffi-dev gcompat su-exec
|
||||
USER 0:0
|
||||
|
||||
Reference in New Issue
Block a user