We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576f3e9 commit 389e3a9Copy full SHA for 389e3a9
2 files changed
packaging/docker/khiopspydev/Dockerfile.rocky
@@ -20,6 +20,7 @@ RUN true \
20
git \
21
pandoc \
22
wget \
23
+ jq \
24
# Install Python 3.11 if on Rocky 8 \
25
&& if [ "$KHIOPSDEV_OS" = "rocky8" ]; then \
26
dnf install -y \
packaging/docker/khiopspydev/Dockerfile.ubuntu
@@ -10,7 +10,7 @@ ARG KHIOPS_REVISION
10
RUN true \
11
# Install git (for khiops-python version calculation) and pip \
12
&& apt-get -y update \
13
- && apt-get -y --no-install-recommends install git python3-pip zip pandoc wget ruby-dev \
+ && apt-get -y --no-install-recommends install git python3-pip zip pandoc wget ruby-dev jq \
14
# Get Linux distribution codename \
15
&& if [ -f /etc/os-release ]; then . /etc/os-release; fi \
16
# Obtain the Khiops native package \
0 commit comments