Skip to content
Snippets Groups Projects
Verified Commit 2e5cc302 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[DBBackupRotation] Add forgotten backslash

parent a899dd86
No related branches found
No related tags found
No related merge requests found
......@@ -23,4 +23,4 @@ if [ "$RES" = "" ]; then exit 1; fi
echo "export MODIFIED_IMAGE_FULL_TEST=registry.test.picasoft.net/${RES}" >> variables
echo "export MODIFIED_IMAGE_FULL=registry.picasoft.net/${RES}" >> variables
echo "Found modified image : $RES"
echo "Found modified folder : $RES"
......@@ -2,7 +2,7 @@ FROM python:3-slim-buster
RUN apt-get update \
&& apt-get -y upgrade \
&& apt-get -y install cron
&& apt-get -y install cron \
&& pip3 install rotate-backups python-crontab \
&& rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment