Spotter-VM/basic-runtimes/python2.lxcfile

8 lines
104 B
Plaintext
Raw Normal View History

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