install-borg: also install python3-venv

This is failing in production as python3-venv isn't installed on the
server.  Add it.

Change-Id: I748ea612fc20fbebbddff122f907eb59c6f39f94
This commit is contained in:
Ian Wienand 2020-10-09 16:50:21 +11:00
parent 4ed23af8fe
commit bc7ce1b9a7

View File

@ -7,6 +7,7 @@
package: package:
name: name:
- python3-dev - python3-dev
- python3-venv
- libssl-dev - libssl-dev
- openssl - openssl
- libacl1-dev - libacl1-dev