Set CRYPTOGRAPHY_OPENSSL_NO_LEGACY for OpenSSL3 (#4342)

This commit is contained in:
Mike Degatano 2023-06-05 12:07:57 -04:00 committed by GitHub
parent f4df298cb3
commit 6eb8de02eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ FROM ${BUILD_FROM}
ENV \
S6_SERVICES_GRACETIME=10000 \
SUPERVISOR_API=http://localhost
SUPERVISOR_API=http://localhost \
CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1
ARG \
CAS_VERSION