From 872d1378cad5b5911252ac79ef83c6430f58e31f Mon Sep 17 00:00:00 2001 From: mmd-afegbua Date: Wed, 10 Jan 2024 16:20:09 +0100 Subject: [PATCH] runtime stage clear cache --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 41f2e4b2..f7bfcb66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN apk --update --no-cache add \ g++ \ make \ python3 \ - && ln -sf python3 /usr/bin/python + && rm -rf /var/cache/apk/* # Copy only the necessary files, including node_modules from the build stage COPY --from=build /app/node_modules /app/node_modules