add the mysqlclient package to the vagrant setup

This commit is contained in:
Andreas Zweili 2017-11-01 17:16:55 +01:00
parent ce7c84d2fe
commit bee86e3591
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -28,7 +28,7 @@ Vagrant.configure("2") do |config|
#zu installierende Pakete
apt-get install -y apache2 python3-django mariadb-server avahi-daemon \
libnss-mdns libapache2-mod-wsgi-py3
libnss-mdns libapache2-mod-wsgi-py3 python3-mysqldb
#So würde der Code aussehen um SQL Scripts in die DB zu importieren.
#mysql < /vagrant/sql/remove_db.sql