Spotter-VM/basic-runtimes/nodejs.lxcfile

8 lines
94 B
Plaintext

IMAGE build
LAYER shared/alpine
LAYER shared/nodejs
SCRIPT
apk --no-cache add nodejs
RUN