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 ./