Skip to content

Commit 389e3a9

Browse files
committed
Add JQ to Docker images
1 parent 576f3e9 commit 389e3a9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

packaging/docker/khiopspydev/Dockerfile.rocky

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN true \
2020
git \
2121
pandoc \
2222
wget \
23+
jq \
2324
# Install Python 3.11 if on Rocky 8 \
2425
&& if [ "$KHIOPSDEV_OS" = "rocky8" ]; then \
2526
dnf install -y \

packaging/docker/khiopspydev/Dockerfile.ubuntu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG KHIOPS_REVISION
1010
RUN true \
1111
# Install git (for khiops-python version calculation) and pip \
1212
&& apt-get -y update \
13-
&& apt-get -y --no-install-recommends install git python3-pip zip pandoc wget ruby-dev \
13+
&& apt-get -y --no-install-recommends install git python3-pip zip pandoc wget ruby-dev jq \
1414
# Get Linux distribution codename \
1515
&& if [ -f /etc/os-release ]; then . /etc/os-release; fi \
1616
# Obtain the Khiops native package \

0 commit comments

Comments
 (0)