Update vagrant setup to stretch64 with LXC

This commit is contained in:
Jan Dittberner 2018-08-10 11:56:29 +02:00
parent cab9e9701b
commit 1091084438
2 changed files with 3 additions and 10 deletions

View file

@ -1,9 +1,7 @@
#!/bin/sh -
echo "deb http://httpredir.debian.org/debian jessie-backports main" >/etc/apt/sources.list.d/backports.list
apt-get update
apt-get install -y -t jessie-backports python-cryptography
apt-get install -y python-cryptography
# We just download the bootstrap script by default and execute that.
if [ -x /usr/bin/fetch ]; then