1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Suppress "dpkg-reconfigure: unable to re-open stdin: No file or directory" warning in Vagrant VM build.

Contributed by John Harvey.
This commit is contained in:
John K. Harvey
2016-09-08 17:29:26 -04:00
committed by David Steele
parent a8590c9ade
commit f253a4d85c
2 changed files with 17 additions and 0 deletions
+3
View File
@@ -12,6 +12,9 @@ Vagrant.configure(2) do |config|
# Provision the VM
config.vm.provision "shell", inline: <<-SHELL
# Suppress "dpkg-reconfigure: unable to re-open stdin: No file or directory" warning
export DEBIAN_FRONTEND=noninteractive
# Install Docker
apt-get update
apt-get install -y apt-transport-https ca-certificates