mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 13:23:12 +01:00
Release 1.23.0 - See CHANGELOG.md
This commit is contained in:
@@ -4,7 +4,7 @@ LABEL maintainer="Dave Conroy (dave at tiredofit dot ca)"
|
||||
### Set Environment Variables
|
||||
ENV ENABLE_CRON=FALSE \
|
||||
ENABLE_SMTP=FALSE \
|
||||
ENABLE_ZABBIX=FALSE \
|
||||
ENABLE_ZABBIX=TRUE \
|
||||
ZABBIX_HOSTNAME=db-backup
|
||||
|
||||
### Dependencies
|
||||
@@ -30,12 +30,13 @@ RUN set -ex && \
|
||||
postgresql-client \
|
||||
redis \
|
||||
xz \
|
||||
zstd \
|
||||
&& \
|
||||
\
|
||||
apk add \
|
||||
pixz@testing \
|
||||
&& \
|
||||
\
|
||||
\
|
||||
mkdir -p /usr/src/pbzip2 && \
|
||||
curl -ssL https://launchpad.net/pbzip2/1.1/1.1.13/+download/pbzip2-1.1.13.tar.gz | tar xvfz - --strip=1 -C /usr/src/pbzip2 && \
|
||||
cd /usr/src/pbzip2 && \
|
||||
|
||||
Reference in New Issue
Block a user