Spotter-VM/basic-runtimes/python3.lxcfile
2018-09-05 17:46:44 +02:00

9 lines
147 B
Plaintext

LAYER shared/alpine
LAYER shared/libxml
LAYER shared/python2
SCRIPT
apk --no-cache add python3
ln -s /usr/bin/python3 /usr/bin/python
RUN