From a57bd2eec8dd9d91485c131a774d159b45900fd6 Mon Sep 17 00:00:00 2001 From: pomonella01 <39027165+pomonella01@users.noreply.github.com> Date: Sat, 1 Jul 2023 16:32:34 -0400 Subject: [PATCH] attempt 3 - remove all mentions of apk (isn't this based on alpine?) --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c61ffe9a..01122ad4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ ENV NODE_ENV prod WORKDIR /app -RUN apk add git -y RUN git clone -n https://github.com/wukko/cobalt.git --depth 1 && mv cobalt/.git ./ && rm -rf cobalt COPY package*.json ./