From 8e542ea9cf5000f327d4fd72fd1703a20c899225 Mon Sep 17 00:00:00 2001 From: James Brumond Date: Wed, 16 Aug 2023 18:08:55 -0700 Subject: [PATCH] debugging --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e41b3aa..dfccecc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ FROM python:${PYTHON_VERSION}-alpine${ALPINE_VERSION} 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