diff --git a/Dockerfile b/Dockerfile index 6e8b3e3..e14c056 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /usr/src/app COPY package*.json ./ # Install build dependencies for native modules -RUN apk add --no-cache python3 python3-setuptools make g++ +RUN apk add --no-cache python3 py3-setuptools make g++ # Install any needed packages specified in package.json RUN npm install