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

10 lines
196 B
Plaintext

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