Fix DNS resolution

This commit is contained in:
2025-11-03 21:52:15 -05:00
parent b7d76be6ce
commit b17d132497
2 changed files with 12 additions and 1 deletions

View File

@@ -3,7 +3,14 @@ set -eu
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y qemu-guest-agent nfs-common openssl curl sudo vim
apt-get install -y \
qemu-guest-agent \
nfs-common \
openssl \
curl \
sudo \
vim \
python3-apt
useradd -m -s /bin/bash -p "$(openssl passwd -1 vagrant)" vagrant