From 17a560817606701a90f9e0ff54af8780dfb48f14 Mon Sep 17 00:00:00 2001 From: Michiel Gerritsen Date: Tue, 2 Apr 2024 19:43:14 +0200 Subject: [PATCH] Bump Node version --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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