mirror of
https://github.com/rkt/rkt.git
synced 2025-08-26 06:11:28 +08:00
scripts: add openssl-dev dependency
Needed by kvm
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user