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

10 lines
196 B
Plaintext
Raw Normal View History

IMAGE alpine3.12-python3.8_3.8.5-210106
FROM alpine3.12_3.12.3-210106
2020-10-22 20:42:45 +02:00
RUN EOF
apk --no-cache add python3 py3-pip py3-wheel
ln -s /usr/bin/python3 /usr/bin/python
EOF
CMD /usr/bin/python