1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-17 01:12:23 +02:00

Update containers for new PostgreSQL releases.

Also add a package that is required for older Debian versions.
This commit is contained in:
David Steele
2021-08-19 17:25:57 -04:00
parent 590e759968
commit ad5e063990
2 changed files with 9 additions and 6 deletions

View File

@ -369,7 +369,7 @@ sub containerBuild
" libdbd-pg-perl libhtml-parser-perl libssl-dev libperl-dev \\\n" .
" libyaml-libyaml-perl tzdata devscripts lintian libxml-checker-perl txt2man debhelper \\\n" .
" libppi-html-perl libtemplate-perl libtest-differences-perl zlib1g-dev libxml2-dev pkg-config \\\n" .
" libbz2-dev bzip2 libyaml-dev libjson-pp-perl liblz4-dev liblz4-tool";
" libbz2-dev bzip2 libyaml-dev libjson-pp-perl liblz4-dev liblz4-tool gnupg";
}
# Add zst command-line tool and development libs when available