Spotter-VM/lxc-shared/alpine3.10-python3.7/image

10 lines
178 B
Plaintext
Raw Normal View History

2020-06-21 08:32:40 +02:00
IMAGE alpine3.10-python3.7_3.7.5-200621
2020-06-21 08:22:36 +02:00
FROM alpine3.10_3.10.5-200621
RUN EOF
apk --no-cache add python3
ln -s /usr/bin/python3 /usr/bin/python
EOF
CMD /usr/bin/python