Explicitly set to python2
This commit is contained in:
parent
0091be95d9
commit
c6512affb6
@ -13,7 +13,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie
|
|||||||
apk update && \
|
apk update && \
|
||||||
apk upgrade --ignore alpine-baselayout && \
|
apk upgrade --ignore alpine-baselayout && \
|
||||||
apk -U add \
|
apk -U add \
|
||||||
python git py-pillow
|
python2 git py-pillow
|
||||||
|
|
||||||
ADD UTC /etc/localtime
|
ADD UTC /etc/localtime
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user