diff --git a/Dockerfile b/Dockerfile index 179cb5b1..f78ae940 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16-alpine +FROM node:18-alpine # create destination directory RUN mkdir -p /usr/src/nuxt-app @@ -6,8 +6,8 @@ WORKDIR /usr/src/nuxt-app ENV PYTHONUNBUFFERED=1 RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python -RUN python3 -m ensurepip -RUN pip3 install --no-cache --upgrade pip setuptools +#RUN python3 -m ensurepip +#RUN pip3 install --no-cache --upgrade pip setuptools RUN apk --no-cache add g++ gcc libgcc libstdc++ linux-headers make RUN npm install --quiet node-gyp -g