Skip to content

Commit f010b19

Browse files
committed
Install jmespath-community beforehand
1 parent 1e4d7fb commit f010b19

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/execution_environments/ee-multicloud-public/Containerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ RUN alternatives --set python /usr/bin/python3.11 \
3535
&& alternatives --install /usr/bin/pip pip /usr/bin/pip3.11 1
3636
RUN pip install --no-cache-dir --upgrade pip
3737
COPY requirements.txt /tmp/requirements.txt
38-
RUN pip install --no-cache-dir -r /tmp/requirements.txt
38+
39+
RUN pip install --no-cache-dir jmespath-community \
40+
&& pip install --no-cache-dir -r /tmp/requirements.txt
3941

4042
# Galaxy collections and roles
4143

0 commit comments

Comments
 (0)