From 6eb8de02ebc677394ce6ab9f2aab204ec89b81b3 Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Mon, 5 Jun 2023 12:07:57 -0400 Subject: [PATCH] Set CRYPTOGRAPHY_OPENSSL_NO_LEGACY for OpenSSL3 (#4342) --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d8f56297..6852824cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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