10 lines
126 B
Plaintext
10 lines
126 B
Plaintext
IMAGE alpine3.9-python2.7_2.7.16-190620
|
|
|
|
LAYER alpine3.9_3.9.4-190620
|
|
|
|
RUN EOF
|
|
apk --no-cache add python2
|
|
EOF
|
|
|
|
CMD python
|