diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 05da796..7d9b981 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,6 +1,7 @@ FROM docker.io/library/node:22.9-slim AS build WORKDIR /app +RUN apt update && apt install -y curl && apt clean COPY package*.json /app RUN npm install