This commit is contained in:
parent
4b6f979173
commit
f8e38ff2bb
@ -35,3 +35,4 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
PYTHON_VERSION=3
|
PYTHON_VERSION=3
|
||||||
ALPINE_VERSION=3.18
|
ALPINE_VERSION=3.18
|
||||||
|
ROTATE_BACKUPS_VERSION=8.1
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user