1
0
mirror of https://gitlab.com/jarylc/docker-duoauthproxy.git synced 2026-02-07 17:59:15 +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

@@ -1,5 +1,6 @@
#!/bin/ash
set -e
export LD_PRELOAD=libgcompat.so.0
export CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1
su-exec 0:0 /app/bin/authproxy_connectivity_tool
su-exec 0:0 /app/bin/authproxy