From bbfde2a84baac4f6ff41107863ff2f23357b0c2f Mon Sep 17 00:00:00 2001 From: shulkaolka Date: Fri, 10 Feb 2023 15:03:36 +0200 Subject: [PATCH] Get rid of vulnerabilities in dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79776a0..43e48d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY README.md README.md FROM base AS dependencies RUN apk update && apk add --no-cache \ - python \ + python3 \ g++ \ make RUN npm install --production