update Dockerfile

This commit is contained in:
Hongbo Wu
2023-10-27 15:46:18 +08:00
parent dd1cb188e4
commit d84aae1d8e
2 changed files with 2 additions and 6 deletions

View File

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