|
@@ -12,7 +12,7 @@ VM_MEMORY=2048
|
|
VM_CORES=1
|
|
VM_CORES=1
|
|
|
|
|
|
Vagrant.configure('2') do |config|
|
|
Vagrant.configure('2') do |config|
|
|
- config.vm.box = 'ubuntu/bionic64'
|
|
|
|
|
|
+ config.vm.box = 'debian/bullseye64'
|
|
|
|
|
|
config.vm.provider :vmware_fusion do |v, override|
|
|
config.vm.provider :vmware_fusion do |v, override|
|
|
v.vmx['memsize'] = VM_MEMORY
|
|
v.vmx['memsize'] = VM_MEMORY
|
|
@@ -42,12 +42,10 @@ Vagrant.configure('2') do |config|
|
|
end
|
|
end
|
|
|
|
|
|
config.vm.provision 'shell', privileged: true, inline:
|
|
config.vm.provision 'shell', privileged: true, inline:
|
|
- "sed -i 's|deb http://us.archive.ubuntu.com/ubuntu/|deb mirror://mirrors.ubuntu.com/mirrors.txt|g' /etc/apt/sources.list
|
|
|
|
- dpkg --add-architecture i386
|
|
|
|
|
|
+ "dpkg --add-architecture i386
|
|
apt-get -q update
|
|
apt-get -q update
|
|
- apt-get purge -q -y snapd lxcfs lxd ubuntu-core-launcher snap-confine
|
|
|
|
apt-get -q -y install build-essential libncurses5-dev \
|
|
apt-get -q -y install build-essential libncurses5-dev \
|
|
- git bzr cvs mercurial subversion libc6:i386 unzip bc
|
|
|
|
|
|
+ git bzr cvs mercurial rsync subversion libc6:i386 unzip bc
|
|
apt-get -q -y autoremove
|
|
apt-get -q -y autoremove
|
|
apt-get -q -y clean
|
|
apt-get -q -y clean
|
|
update-locale LC_ALL=C"
|
|
update-locale LC_ALL=C"
|