Spotter-VM/basic-nodejs/lxcfile

8 lines
95 B
Plaintext

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