Skip to content

Commit

Permalink
Bump Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
michielgerritsen committed Apr 2, 2024
1 parent 00eb238 commit 17a5608
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM node:16-alpine
FROM node:18-alpine

# create destination directory
RUN mkdir -p /usr/src/nuxt-app
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
Expand Down

0 comments on commit 17a5608

Please sign in to comment.