Fix docker python module installation for sudo

This commit is contained in:
Marty Oehme 2021-07-27 12:35:00 +02:00
parent 89453cd53b
commit 578f8b7dbf
Signed by: Marty
GPG key ID: B7538B8F50A1C800
3 changed files with 9 additions and 1 deletions

2
Vagrantfile vendored
View file

@ -2,7 +2,7 @@ Vagrant.configure('2') do |config|
config.vm.define 'tau' do |debian|
debian.vm.box = 'bento/ubuntu-20.04'
debian.vm.network :private_network, ip: '192.168.27.2'
debian.vm.hostname = 'testing'
debian.vm.hostname = 'tau'
debian.vm.provider 'virtualbox' do |vb|
vb.memory = '2048'
vb.cpus = 2