update Dockerfile

This commit is contained in:
Hongbo Wu 2023-10-27 12:21:10 +08:00
parent 07eb97e7cc
commit c7953642c8
3 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,6 @@
FROM node:18.16-alpine
FROM node:18.16
RUN apt-get update && apt-get install -y g++ make python3
# Run everything after as non-privileged user.
WORKDIR /app

View file

@ -1,4 +1,6 @@
FROM node:18.16-alpine
FROM node:18.16
RUN apt-get update && apt-get install -y g++ make python3
# Run everything after as non-privileged user.
WORKDIR /app

View file

@ -19,6 +19,7 @@
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/jsonwebtoken": "^8.5.0",
"@types/luxon": "^1.25.0",
"@types/mocha": "^10.0.1",
"@types/node": "^14.11.2",
"@types/uuid": "^9.0.0",