back to hard-coded
All checks were successful
Build container images / build (push) Successful in 44s

This commit is contained in:
James Brumond 2023-08-16 18:12:12 -07:00
parent f8e38ff2bb
commit b56fb5a632
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -10,7 +10,7 @@ RUN apk update && apk add less
RUN pip install rotate-backups==8.1 RUN pip install rotate-backups==8.1
# fixme: why the fuck does this not work?? # 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 RUN mkdir /data