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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user