Merge pull request #4806 from mailcow/feature/pigz-backup

[Backup] Swapped PIGZ instead of gzip (allow Threading)
This commit is contained in:
Niklas Meyer
2022-10-25 11:05:40 +02:00
committed by GitHub
2 changed files with 23 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
FROM debian:bullseye-slim
RUN apt update && apt install pigz