From 605a5a0abfbf0d11076440afc07d2f9b2d1ee071 Mon Sep 17 00:00:00 2001 From: Dries Augustyns Date: Thu, 6 Feb 2025 20:07:07 +0100 Subject: [PATCH] Fix: Remove openssl install --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cd4af75..0654ba2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,6 @@ 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