Merge pull request #7157 from F4-Group/fix-jq-dependency

Fix building in vagrant when jq is not available
This commit is contained in:
Jose Diaz-Gonzalez
2024-09-21 18:48:26 -04:00
committed by GitHub

View File

@@ -131,7 +131,7 @@ plugin-dependencies: plugn procfile-util
plugins: plugn procfile-util docker
sudo -E dokku plugin:install --core
dependencies: apt-update docker-image-labeler docker-container-healthchecker lambda-builder netrc sshcommand plugn procfile-util docker help2man man-db sigil dos2unix jq parallel
dependencies: apt-update jq docker-image-labeler docker-container-healthchecker lambda-builder netrc sshcommand plugn procfile-util docker help2man man-db sigil dos2unix parallel
$(MAKE) -e stack
apt-update: