diff --git a/Vagrantfile b/Vagrantfile
index 34f59e195437bede0962d26590803550f564eea2..7fc5d79a527f56c8d4815e892c01bc43abde80c4 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -18,7 +18,7 @@ Vagrant.configure("2") do |config|
   end
 
   config.vm.provision "shell", inline: <<-SHELL
-     sudo apt-get install curl openssh-server ca-certificates postfix
+     sudo DEBIAN_FRONTEND=noninteractive apt-get install curl openssh-server ca-certificates postfix
      #{get_package}
      sudo apt-get install gitlab-#{lic}=#{ver}-#{lic}.0
      sudo gitlab-ctl reconfigure