From afd5b74790979e9825d0e41d10164036c8633ec4 Mon Sep 17 00:00:00 2001 From: ikethecoder Date: Mon, 25 Nov 2024 13:50:09 -0800 Subject: [PATCH] try to build with openssl legacy provider --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d70f63fd7..481b8616f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ COPY src ./ ARG GITHUB_API_TOKEN ENV COOKIE_SECRET=change_me -RUN npm run build +RUN npm run build --openssl-legacy-provider # Create the /.npm directory and grant access to group 0 to allow npm v9 to work # See: https://docs.openshift.com/container-platform/4.11/openshift_images/create-images.html#use-uid_create-images