11 lines
168 B
Plaintext
11 lines
168 B
Plaintext
IMAGE alpine3.9-python3.6_3.6.8-190620
|
|
|
|
LAYER alpine3.9_3.9.4-190620
|
|
|
|
RUN EOF
|
|
apk --no-cache add python3
|
|
ln -s /usr/bin/python3 /usr/bin/python
|
|
EOF
|
|
|
|
CMD python
|