From c45da3d78fc5181903ebdf4f02902fe2ad12fa61 Mon Sep 17 00:00:00 2001 From: Alex Luker Date: Tue, 15 Oct 2024 11:17:36 +0100 Subject: [PATCH] and g it and ssh to try and fix build --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6c0e4ed..cca149e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,8 @@ ENV SHOPIFY_API_KEY=$SHOPIFY_API_KEY EXPOSE 8081 WORKDIR /app COPY web . +RUN apk --no-cache add --no-check-certificate ca-certificates \ + && update-ca-certificates RUN apk add --no-cache git openssh RUN yarn RUN cd frontend && yarn && yarn run build