diff --git a/Dockerfile b/Dockerfile index e162542..33e2733 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apk update && apk add less RUN pip install rotate-backups==8.1 # fixme: why the fuck does this not work?? -RUN pip install rotate-backups==$ROTATE_BACKUPS_VERSION +# RUN pip install rotate-backups==$ROTATE_BACKUPS_VERSION RUN mkdir /data