mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-06 08:11:54 +00:00
update python3 to python2
This commit is contained in:
parent
a2d71a8605
commit
a3563b2830
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user