Explicitly set to python2

This commit is contained in:
Jonathan Ervine 2020-07-20 15:03:52 +08:00
parent 0091be95d9
commit c6512affb6

View File

@ -13,7 +13,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie
apk update && \
apk upgrade --ignore alpine-baselayout && \
apk -U add \
python git py-pillow
python2 git py-pillow
ADD UTC /etc/localtime