Spotter-VM/basic-runtimes/python3.lxcfile

10 lines
160 B
Plaintext

IMAGE build
LAYER shared/alpine
LAYER shared/libxml
LAYER shared/python3
RUN EOF
apk --no-cache add python3
ln -s /usr/bin/python3 /usr/bin/python
EOF