mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 12:07:45 +01:00
Merge pull request #7157 from F4-Group/fix-jq-dependency
Fix building in vagrant when jq is not available
This commit is contained in:
2
Makefile
2
Makefile
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user