Browse Source

Remove openssl build-time dependencies

Benjamin Sago 8 năm trước cách đây
mục cha
commit
558004b6ac
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -17,7 +17,7 @@ Vagrant.configure(2) do |config|
     # Install the dependencies needed for exa to build, as quietly as
     # Install the dependencies needed for exa to build, as quietly as
     # apt can do.
     # apt can do.
     config.vm.provision :shell, privileged: true, inline:
     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
     # Guarantee that the timezone is UTC -- some of the tests