From 96c78f779c266ecbcb7bae5a0c54d09bccc29785 Mon Sep 17 00:00:00 2001 From: mukesh13 Date: Mon, 23 Jun 2025 19:14:11 +0530 Subject: [PATCH] Docker update --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8fa98ee..75bb319 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ FROM node:18-alpine AS build WORKDIR /app -# Install build dependencies -RUN apk add --no-cache python3 make g++ +# Update package database and install build dependencies +RUN apk update && apk add --no-cache python3 make g++ py3-pip # Copy package files COPY package.json package-lock.json ./