Skip to content

Commit

Permalink
fs is now a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
devcurmudgeon committed Feb 28, 2016
1 parent 4072533 commit 5c8f125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Vagrant.configure(2) do |config|
sudo apt-get install -y build-essential gawk git m4
sudo wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py; rm get-pip.py
sudo pip install pyyaml sandboxlib jsonschema requests bottle
sudo pip install fs pyyaml sandboxlib jsonschema requests bottle
cd /src
git clone git://git.baserock.org/baserock/baserock/definitions
echo "base: /src" > ybd/ybd.conf
Expand Down

0 comments on commit 5c8f125

Please sign in to comment.