2019-09-18 11:29:58 +02:00
|
|
|
IMAGE alpine3.9-python3.6_3.6.8-190620
|
2019-06-25 15:56:35 +02:00
|
|
|
|
2019-09-18 11:29:58 +02:00
|
|
|
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
|
2019-09-18 11:29:58 +02:00
|
|
|
|
|
|
|
CMD python
|