Skip to content

Commit

Permalink
Update Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofurtado authored Sep 4, 2024
1 parent 5733de8 commit 2799a93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ Vagrant.configure('2') do |config|
sudo apt-get install -y nodejs
npm install -g nodemon
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
sudo chmod 700 get_helm.sh
sudo ./get_helm.sh
rm -f ./get_helm.sh
sudo apt-get install -y putty-tools
sudo echo "alias dc_down='docker-compose down --volumes --rmi local --remove-orphans'" >> /root/.bashrc
Expand Down

0 comments on commit 2799a93

Please sign in to comment.