Add jq to list of default installed packages in PHP container
This commit is contained in:
parent
c77114b93b
commit
f3fb68af39
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ RUN mkdir -p /var/www/html
|
||||||
RUN apt-get -qq update && apt-get -qq install -y \
|
RUN apt-get -qq update && apt-get -qq install -y \
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
git \
|
git \
|
||||||
|
jq \
|
||||||
curl \
|
curl \
|
||||||
zip \
|
zip \
|
||||||
unzip \
|
unzip \
|
||||||
|
|
Loading…
Add table
Reference in a new issue