Commit 760faa2 1 parent 616ea90 commit 760faa2 Copy full SHA for 760faa2
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ VAGRANTFILE_API_VERSION = "2"
6
6
7
7
Vagrant . configure ( VAGRANTFILE_API_VERSION ) do |config |
8
8
# We base ourselves off a Debian fork of the official Debian jessie64 base box.
9
- config . vm . box = "sandstorm/ debian-jessie64 "
9
+ config . vm . box = "debian/contrib-stretch64 "
10
10
11
11
# We forward port 6080, the Sandstorm web port, so that developers can
12
12
# visit their sandstorm app from their browser as local.sandstorm.io:6080
@@ -26,6 +26,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
26
26
cd /vagrant
27
27
echo localhost > /etc/hostname
28
28
hostname localhost
29
+ sudo apt-get install -y curl
29
30
sudo OVERRIDE_DEFAULT_SERVER_USER=vagrant ./install.sh -d -e > /dev/null
30
31
sudo sed --in-place='' --expression='s/^BIND_IP=.*/BIND_IP=0.0.0.0/' /opt/sandstorm/sandstorm.conf
31
32
sudo service sandstorm restart
You can’t perform that action at this time.
0 commit comments