diff --git a/Dockerfile b/Dockerfile index 33d8341..0333709 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,10 @@ -FROM debian:jessie -MAINTAINER Ilya Stepanov +FROM debian:stable -RUN apt-get update && \ - apt-get install -y python python-pip cron && \ +RUN apt update && \ + apt install -y python3-pip cron && \ rm -rf /var/lib/apt/lists/* -RUN pip install s3cmd +RUN pip3 install --break-system-packages s3cmd ADD s3cfg /root/.s3cfg