Spotter-VM/basic-runtimes/libxml.lxcfile

8 lines
104 B
Plaintext
Raw Normal View History

2018-09-05 18:25:27 +02:00
IMAGE build
2018-09-05 17:46:44 +02:00
LAYER shared/alpine
LAYER shared/libxml
2018-09-12 16:08:10 +02:00
RUN EOF
2018-09-05 17:46:44 +02:00
apk --no-cache add libxml2 libxslt
2018-09-12 16:08:10 +02:00
EOF