Add jq to list of default installed packages in PHP container

This commit is contained in:
Daniel Winning 2025-04-19 01:15:04 +01:00
parent c77114b93b
commit f3fb68af39

View file

@ -5,6 +5,7 @@ RUN mkdir -p /var/www/html
RUN apt-get -qq update && apt-get -qq install -y \
apt-transport-https \
git \
jq \
curl \
zip \
unzip \