1
0
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:
Jaryl Chng
2024-05-01 23:56:45 +08:00
parent aa597c368d
commit e57d3ae0f2
2 changed files with 1 additions and 1 deletions

View File

@@ -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