Added zlib to ubuntu images (#880)

* Added zlib to ubuntu images
This commit is contained in:
Egor Bryzgalov
2020-05-15 14:00:01 +03:00
committed by GitHub
parent 48192ea930
commit 89b403d60a
2 changed files with 7 additions and 1 deletions

View File

@@ -133,6 +133,9 @@ apt-get install -y --no-install-recommends parallel
echo "Install gnupg2"
apt-get install -y --no-install-recommends gnupg2
echo "Install lib32z1"
apt-get install -y --no-install-recommends lib32z1
# Run tests to determine that the software installed as expected
echo "Testing to make sure that script performed as expected, and basic scenarios work"
for cmd in curl file ftp jq netcat ssh parallel rsync shellcheck sudo telnet time unzip wget zip; do
@@ -179,3 +182,4 @@ DocumentInstalledItemIndent "wget"
DocumentInstalledItemIndent "zip"
DocumentInstalledItemIndent "zstd"
DocumentInstalledItemIndent "gnupg2"
DocumentInstalledItemIndent "lib32z1"