From da80c2c6ef949084a5ed22a180a3845745e4d441 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Nakazone Batista Date: Thu, 29 Aug 2024 03:27:51 -0300 Subject: [PATCH] Fixes Docker Build --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 54544e9..28221ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,8 @@ WORKDIR /app COPY . . -RUN apk add gettext +RUN apk add --update gettext python3 py3-pip py3-setuptools make g++ && \ + rm -rf /var/cache/apk/* RUN npm install RUN npm install -g @angular/cli@16