We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4d7fb commit f010b19Copy full SHA for f010b19
tools/execution_environments/ee-multicloud-public/Containerfile
@@ -35,7 +35,9 @@ RUN alternatives --set python /usr/bin/python3.11 \
35
&& alternatives --install /usr/bin/pip pip /usr/bin/pip3.11 1
36
RUN pip install --no-cache-dir --upgrade pip
37
COPY requirements.txt /tmp/requirements.txt
38
-RUN pip install --no-cache-dir -r /tmp/requirements.txt
+
39
+RUN pip install --no-cache-dir jmespath-community \
40
+ && pip install --no-cache-dir -r /tmp/requirements.txt
41
42
# Galaxy collections and roles
43
0 commit comments