From 31b819931dcf1a05864b5e78c2b6b9184368285f Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Sat, 25 Mar 2017 13:03:32 +0100
Subject: [PATCH] curl

---
 SkeletonVagrantfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/SkeletonVagrantfile b/SkeletonVagrantfile
index c613a6a..1f5a67e 100644
--- a/SkeletonVagrantfile
+++ b/SkeletonVagrantfile
@@ -9,6 +9,7 @@ Vagrant.configure("2") do |config|
 
   config.vm.provision "shell", inline: <<-SHELL
     apt-get update
+    apt-get install curl
 
     bash /vagrant/run.sh
 
-- 
GitLab