Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #132 from lawrencepit/patch-1
Browse files Browse the repository at this point in the history
Update Vagrantfile
  • Loading branch information
danielnorberg committed Aug 15, 2014
2 parents 88bde34 + b562a89 commit 0ac6cbc
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 @@ -19,7 +19,7 @@ Vagrant.configure("2") do |config|
config.vm.synced_folder "~/.m2", "/home/vagrant/.m2"

pkg_cmd = "export DEBIAN_FRONTEND=noninteractive; "
pkg_cmd = "set -x; "
pkg_cmd << "set -x; "

# install docker
pkg_cmd << "curl -s https://get.docker.io/gpg | apt-key add -; "
Expand Down

0 comments on commit 0ac6cbc

Please sign in to comment.