debugging
Some checks failed
Build container images / build (push) Failing after 22s

This commit is contained in:
James Brumond 2023-08-16 18:08:55 -07:00
parent f95393b1a0
commit 8e542ea9cf
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -7,7 +7,7 @@ FROM python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
RUN apk update && apk add less RUN apk update && apk add less
RUN pip install rotate-backups==${ROTATE_BACKUPS_VERSION} RUN pip install rotate-backups==$ROTATE_BACKUPS_VERSION
RUN mkdir /data RUN mkdir /data