update python3 to python2

This commit is contained in:
Newnius 2018-11-14 14:42:45 +08:00
parent a2d71a8605
commit a3563b2830

View File

@ -1,4 +1,4 @@
FROM python:3.7-slim-stretch
FROM python:2.7.15-slim-stretch
MAINTAINER Newnius <newnius.cn@gmail.com>
@ -10,4 +10,7 @@ RUN apt-get update \
&& tar xzf dropbox.tgz \
&& rm dropbox.tgz
RUN wget -O dropbox.py "https://www.dropbox.com/download?dl=packages/dropbox.py" \
&& chmod +x dropbox.py
ENTRYPOINT ["/root/.dropbox-dist/dropboxd"]