fix build and update deps
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
FROM node:16-alpine
|
||||
FROM node:18-bullseye-slim
|
||||
|
||||
RUN apt-get update && apt-get install -y make g++ python3
|
||||
RUN ln -sf /usr/bin/python3 /usr/bin/python
|
||||
|
||||
RUN mkdir -p /home/node/app/node_modules && chown -R node:node /home/node/app
|
||||
WORKDIR /home/node/app
|
||||
|
Reference in New Issue
Block a user