images/node/Containerfile

9 lines
190 B
Text
Raw Normal View History

2022-11-20 18:37:39 +00:00
FROM reg.zknt.org/zknt/alpine:3.16
ARG NODE_VERSION 16
RUN set -xe;\
apk update &&\
apk add $(apk search nodejs- | grep nodejs-16 | sed -e 's#js-#js=#') yarn &&\
rm /var/cache/apk/*