1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-13 01:45:59 +00:00

use ghcr.io for backupimage (#6333)

* use ghcr.io for backup image

* backup script: use renamed script + improved build of image

---------

Co-authored-by: DerLinkman <niklas.meyer@servercow.de>
This commit is contained in:
Peter
2025-02-27 10:58:23 +01:00
committed by GitHub
parent 35a6f81d0d
commit 3c9d0c9d57
3 changed files with 11 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
FROM debian:bookworm-slim
RUN apt update && apt install pigz
RUN apt update && apt install pigz -y --no-install-recommends