Spotter-VM/lxc-shared/alpine3.12-python3.8/image

10 lines
196 B
Plaintext

IMAGE alpine3.12-python3.8_3.8.5-201021
FROM alpine3.12_3.12.1-201021
RUN EOF
apk --no-cache add python3 py3-pip py3-wheel
ln -s /usr/bin/python3 /usr/bin/python
EOF
CMD /usr/bin/python