Spotter-VM/basic-runtimes/libxml.lxcfile

7 lines
97 B
Plaintext

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