OKR/build-image/node/Dockerfile_16.17.1

9 lines
241 B
Groff
Raw Normal View History

2023-09-08 14:30:22 +08:00
FROM node:16.17.1
LABEL smallkoudai <smallkoudai@gmail.com>
RUN apt-get update && \
2023-09-08 14:33:21 +08:00
apt-get install -y --no-install-recommends ca-certificates curl rsync && \
2023-09-08 14:30:22 +08:00
rm -rf /var/lib/apt/lists/ && \
git config --global --add safe.directory '*'