Add tool: jq

This commit is contained in:
cytopia
2018-11-01 17:55:00 +01:00
parent cb29e8da6a
commit f5af07cede
11 changed files with 14 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ RUN set -x \
htop \
imagemagick \
iputils-ping \
jq \
less \
libc-dev \
libffi-dev\

View File

@@ -63,6 +63,7 @@ RUN set -x \
htop \
imagemagick \
iputils-ping \
jq \
less \
libc-dev \
libffi-dev\

View File

@@ -63,6 +63,7 @@ RUN set -x \
htop \
imagemagick \
iputils-ping \
jq \
less \
libc-dev \
libffi-dev\

View File

@@ -63,6 +63,7 @@ RUN set -x \
htop \
imagemagick \
iputils-ping \
jq \
less \
libc-dev \
libffi-dev\

View File

@@ -63,6 +63,7 @@ RUN set -x \
htop \
imagemagick \
iputils-ping \
jq \
less \
libc-dev \
libffi-dev\

View File

@@ -63,6 +63,7 @@ RUN set -x \
htop \
imagemagick \
iputils-ping \
jq \
less \
libc-dev \
libffi-dev\

View File

@@ -63,6 +63,7 @@ RUN set -x \
htop \
imagemagick \
iputils-ping \
jq \
less \
libc-dev \
libffi-dev\

View File

@@ -63,6 +63,7 @@ RUN set -x \
htop \
imagemagick \
iputils-ping \
jq \
less \
libc-dev \
libffi-dev\

View File

@@ -63,6 +63,7 @@ RUN set -x \
htop \
imagemagick \
iputils-ping \
jq \
less \
libc-dev \
libffi-dev\

View File

@@ -874,6 +874,10 @@ You want to use tools such as `git`, `drush`, `composer`, `npm`, `eslint`, `phpc
<td><a href="https://github.com/zaach/jsonlint">jsonlint</a></td>
<td>Json command line linter.</td>
</tr>
<tr>
<td><a href="https://stedolan.github.io/jq/">jq</a></td>
<td>Command-line JSON processor.</td>
</tr>
<tr>
<td><a href="https://github.com/laravel/installer">laravel installer</a></td>
<td>A CLI tool to easily install and manage the laravel framework.</td>

View File

@@ -84,6 +84,7 @@ RUN set -x \
htop \
imagemagick \
iputils-ping \
jq \
less \
libc-dev \
libffi-dev\