OKR/build-image/node/Dockerfile_18.17.1

8 lines
178 B
Groff

FROM node:18.17.1
LABEL ycz008 <ycz008@seethingx.com>
RUN apt-get update && \
apt-get install -y --no-install-recommends ca-certificates curl && \
rm -rf /var/lib/apt/lists/