fix: install jq for tests

This commit is contained in:
Jose Diaz-Gonzalez
2020-02-22 21:16:26 -05:00
parent c0957ebfc3
commit b961f01906

View File

@@ -121,12 +121,15 @@ plugin-dependencies: plugn procfile-util
plugins: plugn procfile-util docker
sudo -E dokku plugin:install --core
dependencies: apt-update sshcommand plugn procfile-util docker help2man man-db sigil dos2unix
dependencies: apt-update sshcommand plugn procfile-util docker help2man man-db sigil dos2unix jq
$(MAKE) -e stack
apt-update:
apt-get update -qq
jq:
apt-get install -qq -y jq
dos2unix:
apt-get install -qq -y dos2unix