|
@@ -28,7 +28,7 @@ LABEL name=backup-x
|
|
LABEL url=https://github.com/jeessy2/backup-x
|
|
LABEL url=https://github.com/jeessy2/backup-x
|
|
|
|
|
|
RUN apt-get -y update \
|
|
RUN apt-get -y update \
|
|
- && apt-get install -y wget curl gpg gnupg2 software-properties-common apt-transport-https lsb-release ca-certificates rsync
|
|
|
|
|
|
+ && apt-get install -y wget curl gpg gnupg2 software-properties-common apt-transport-https lsb-release ca-certificates rsync lz4 zstd
|
|
|
|
|
|
# https://www.postgresql.org/download/linux/debian/
|
|
# https://www.postgresql.org/download/linux/debian/
|
|
RUN sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list' \
|
|
RUN sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list' \
|