diff --git a/get-modified-image.sh b/get-modified-image.sh index e0b72691ff47c8009fd91f1e2442b2b15e6c5413..0924852a0d54fbc48e6f3e43057151f761745c6d 100755 --- a/get-modified-image.sh +++ b/get-modified-image.sh @@ -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" diff --git a/pica-db-backup-rotation/Dockerfile b/pica-db-backup-rotation/Dockerfile index 661747e211c918a02768ca713e28fafb9b291639..65cba4178112e8799f8c3450a811af8ebdff2dff 100644 --- a/pica-db-backup-rotation/Dockerfile +++ b/pica-db-backup-rotation/Dockerfile @@ -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/*