From b56fb5a632a0deda77c1f530acb9007a3957cf1e Mon Sep 17 00:00:00 2001 From: James Brumond Date: Wed, 16 Aug 2023 18:12:12 -0700 Subject: [PATCH] back to hard-coded --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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