Spotter-VM/lxc-shared/alpine3.9-python3.6/lxcfile

14 lines
362 B
Plaintext
Raw Normal View History

IMAGE alpine3.9-python3.6 3.6.8-190620
META title Alpine 3.9 python 3.6
META desc-cs Základní LXC vrstva s běhovým prostředím pro python 3.6
META desc-en Basic LXC layer with python 3.6 runtime environment
META type layer
META license GPL
LAYER alpine3.9 3.9.4-190620
2018-09-05 17:46:44 +02:00
2018-09-12 16:08:10 +02:00
RUN EOF
2018-09-05 17:46:44 +02:00
apk --no-cache add python3
ln -s /usr/bin/python3 /usr/bin/python
2018-09-12 16:08:10 +02:00
EOF