Spotter-VM/basic-runtimes/libxml.lxcfile

7 lines
91 B
Plaintext
Raw Normal View History

2018-09-05 17:46:44 +02:00
LAYER shared/alpine
LAYER shared/libxml
SCRIPT
apk --no-cache add libxml2 libxslt
RUN