Spotter-VM/basic-runtimes/libxml.lxcfile

8 lines
103 B
Plaintext

IMAGE build
LAYER shared/alpine
LAYER shared/libxml
SCRIPT
apk --no-cache add libxml2 libxslt
RUN