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

14 lines
362 B
Plaintext

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
RUN EOF
apk --no-cache add python3
ln -s /usr/bin/python3 /usr/bin/python
EOF