From eda60e51baa36ffee33be71b78a3e94cc4666d20 Mon Sep 17 00:00:00 2001 From: Andy Postnikov <apostnikov@gmail.com> Date: Sun, 9 Mar 2025 20:48:26 +0100 Subject: [PATCH] Issue #3487621 by andypost, cmlara: Add jq and yq packages to images --- php/8.3-ubuntu-apache/Dockerfile | 1 + php/8.4-ubuntu-apache/Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/php/8.3-ubuntu-apache/Dockerfile b/php/8.3-ubuntu-apache/Dockerfile index eae22bb..7ea21d3 100644 --- a/php/8.3-ubuntu-apache/Dockerfile +++ b/php/8.3-ubuntu-apache/Dockerfile @@ -184,6 +184,7 @@ RUN set -xe &&\ rsync \ unzip \ xz-utils \ + yq \ " &&\ apt-get install -qy --no-install-recommends $buildDeps $runDeps &&\ rm -rf /var/lib/apt/lists/* diff --git a/php/8.4-ubuntu-apache/Dockerfile b/php/8.4-ubuntu-apache/Dockerfile index 5ec0a8f..ab07a83 100644 --- a/php/8.4-ubuntu-apache/Dockerfile +++ b/php/8.4-ubuntu-apache/Dockerfile @@ -182,6 +182,7 @@ RUN set -xe &&\ rsync \ unzip \ xz-utils \ + yq \ " &&\ apt-get install -qy --no-install-recommends $buildDeps $runDeps &&\ rm -rf /var/lib/apt/lists/* -- GitLab