You've already forked pgbackrest
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:
committed by
David Steele
parent
a8590c9ade
commit
f253a4d85c
Vendored
+3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user