chore: install python3-venv in vagrant for dev (#2057)

This commit is contained in:
Jonas L 2022-08-14 19:56:00 +02:00 committed by GitHub
parent a730c1b1a4
commit f8de1ec865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ DEBIAN_FRONTEND=noninteractive apt-get update --allow-releaseinfo-change
DEBIAN_FRONTEND=noninteractive apt-get -y -qq install auto-apt-proxy DEBIAN_FRONTEND=noninteractive apt-get -y -qq install auto-apt-proxy
# Install utils # Install utils
DEBIAN_FRONTEND=noninteractive apt-get -y -qq install vim DEBIAN_FRONTEND=noninteractive apt-get -y -qq install vim python3-venv