From 558004b6acd8cedc2c92562f50bd25d0c243d996 Mon Sep 17 00:00:00 2001 From: Benjamin Sago Date: Sat, 6 May 2017 14:06:27 +0100 Subject: [PATCH] Remove openssl build-time dependencies --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index c412e8a..3c6afed 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -17,7 +17,7 @@ Vagrant.configure(2) do |config| # Install the dependencies needed for exa to build, as quietly as # apt can do. config.vm.provision :shell, privileged: true, inline: - %[apt-get install -qq -o=Dpkg::Use-Pty=0 -y git cmake libssl-dev libgit2-dev libssh2-1-dev curl attr pkg-config] + %[apt-get install -qq -o=Dpkg::Use-Pty=0 -y git cmake libgit2-dev curl attr pkg-config] # Guarantee that the timezone is UTC -- some of the tests