Update vagrant setup to stretch64 with LXC
This commit is contained in:
parent
cab9e9701b
commit
1091084438
2 changed files with 3 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue