diff --git a/.devcontainer/onCreate.sh b/.devcontainer/onCreate.sh index 1cb26c6..e353464 100755 --- a/.devcontainer/onCreate.sh +++ b/.devcontainer/onCreate.sh @@ -10,7 +10,7 @@ echo "Installing the GitHub CLI" && sudo chmod go+r /etc/apt/keyrings/githubcli-archive-keyring.gpg \ && echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null \ && sudo apt update \ - && sudo apt install gh inotify-tools -y + && sudo apt install gh inotify-tools ripgrep fd-find -y echo "Installing azcopy" @@ -28,4 +28,4 @@ echo "Pre-starting the server and generating the optimized assets" npm run optimize --override echo "Installing supervisor" -sudo apt-get update && sudo apt-get install -y supervisor \ No newline at end of file +sudo apt-get update && sudo apt-get install -y supervisor