From 96d390d423dd15fd9b2809934777dc51bd05e79a Mon Sep 17 00:00:00 2001 From: Harshit Jain <48647625+Harshit28j@users.noreply.github.com> Date: Sat, 7 Mar 2026 19:15:57 +0530 Subject: [PATCH] Update Dockerfile Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 39e9fa1a6e4..c32ff1d9d20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -79,8 +79,6 @@ sed -i 's/"tar": "\^7\.5\.[0-9]*"/"tar": "^7.5.10"/g; s/"minimatch": "\^10\.[0-9 # no longer visible to image scanners. The globally installed npm@latest # at /usr/local/lib/node_modules/npm/ remains fully functional. { apk del --no-cache npm 2>/dev/null || true; } - { apk del --no-cache npm 2>/dev/null || true; } - { apk del --no-cache npm 2>/dev/null || true; } WORKDIR /app COPY . . RUN ls -la /app