diff --git a/Dockerfile b/Dockerfile index 1179e9f..dc823ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,14 +1,5 @@ FROM node:latest -# Install Python, make, and build dependencies -RUN apt-get update && apt-get install -y \ - python3 \ - python3-pip \ - make \ - g++ \ - libvips-dev \ - && rm -rf /var/lib/apt/lists/* - WORKDIR /usr/src/app COPY package*.json ./