typo
Some checks failed
Build container images / build (push) Failing after 18s

This commit is contained in:
2023-08-16 18:05:21 -07:00
parent 6a7c884bc6
commit f95393b1a0
3 changed files with 7 additions and 4 deletions

View File

@@ -1,12 +1,13 @@
ARG PYTHON_VERSION=3
ARG ALPINE_VERSION=3.18
ARG ROTATE_BACKUPS_VERSION=latest
FROM python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
RUN apk update && apk add less
RUN pip install rotate-backups==8.1
RUN pip install rotate-backups==${ROTATE_BACKUPS_VERSION}
RUN mkdir /data