2019-06-25 15:56:35 +02:00
|
|
|
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
|