Spotter-VM/basic-runtimes/python3.lxcfile

10 lines
159 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-05 19:44:23 +02:00
LAYER shared/python3
2018-09-05 17:46:44 +02:00
SCRIPT
apk --no-cache add python3
ln -s /usr/bin/python3 /usr/bin/python
RUN