1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-20 02:18:59 +00:00

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

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