From 42e865ccbab7799c535a3c18ade4caddffd88f72 Mon Sep 17 00:00:00 2001 From: Dries Augustyns Date: Thu, 6 Feb 2025 19:42:11 +0100 Subject: [PATCH] Fix: Version --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4e911f2..630065b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ COPY . . ARG NEXT_PUBLIC_API_URI=PLUNK_API_URI +RUN apk add --no-cache openssl RUN yarn install --network-timeout 1000000 RUN yarn build:shared RUN yarn workspace @plunk/api build