diff --git a/Dockerfile b/Dockerfile index 9c759fd..2bde1fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,28 +1,17 @@ -# With Python 3.12.4 on Alpine 3.20, s3cmd 2.4.0 fails with an AttributeError. -# See ITSE-1440 for details. FROM python:3.12.4-alpine -# Current version of s3cmd is in edge/testing repo -RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories +RUN <