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

10 lines
178 B
Plaintext
Raw Normal View History

IMAGE alpine3.11-python3.8_3.8.2-200313
FROM alpine3.11_3.11.3-200313
RUN EOF
apk --no-cache add python3
ln -s /usr/bin/python3 /usr/bin/python
EOF
CMD /usr/bin/python