1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Add gzip compression/decompression filters for C.

This commit is contained in:
David Steele
2018-08-14 14:56:59 -04:00
parent e3ff6b209d
commit 6643afe9a8
13 changed files with 861 additions and 3 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ Vagrant.configure(2) do |config|
#---------------------------------------------------------------------------------------------------------------------------
echo 'Install Build Tools' && date
apt-get install -y devscripts build-essential lintian git txt2man debhelper libssl-dev lcov cloc
apt-get install -y devscripts build-essential lintian git txt2man debhelper libssl-dev zlib1g-dev lcov cloc
#---------------------------------------------------------------------------------------------------------------------------
echo 'Install AWS CLI' && date