scripts: add openssl-dev dependency

Needed by kvm
This commit is contained in:
Iago López Galeiras
2016-02-25 17:26:19 +01:00
parent d3783a3685
commit 64350c816d
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ set -e
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y --no-install-recommends ca-certificates gcc libc6-dev make automake wget git golang-go coreutils cpio squashfs-tools realpath autoconf file xz-utils patch bc locales libacl1-dev
apt-get install -y --no-install-recommends ca-certificates gcc libc6-dev make automake wget git golang-go coreutils cpio squashfs-tools realpath autoconf file xz-utils patch bc locales libacl1-dev libssl-dev