File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ RUN wget https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tgz \
22
22
RUN yum remove -y --setopt=tsflags=noscripts gcc openssl-devel bzip2-devel libffi-devel \
23
23
&& yum autoremove -y \
24
24
&& yum clean all
25
- RUN pip3 --no-cache-dir install ansible==3.4.0 requests
25
+ RUN pip3 --no-cache-dir install ansible==3.4.0 requests==2.25.1 pyyaml==5.4.1 jmespath==0.10.0
Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ RUN wget https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tgz \
26
26
RUN yum remove -y --setopt=tsflags=noscripts gcc openssl-devel bzip2-devel libffi-devel \
27
27
&& yum autoremove -y \
28
28
&& yum clean all
29
- RUN pip3 --no-cache-dir install ansible==3.4.0 requests \
30
- && pip --no-cache-dir install pyyaml requests
29
+ RUN pip3 --no-cache-dir install ansible==3.4.0 requests==2.25.1 pyyaml==5.4.1 jmespath==0.10.0 \
30
+ && pip --no-cache-dir install requests==2.25.1 pyyaml==5.4.1 jmespath==0.10.0
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ RUN apt-get update -y \
8
8
&& ln -sf /usr/bin/pip3.7 /usr/bin/pip3 \
9
9
&& ln -sf /usr/bin/python3.7 /usr/bin/python \
10
10
&& ln -sf /usr/bin/pip3.7 /usr/bin/pip \
11
- && pip3 install --upgrade ansible==3.4.0
11
+ && pip3 install --upgrade ansible==3.4.0 requests==2.25.1 pyyaml==5.4.1 jmespath==0.10.0
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ RUN apt-get update -y \
8
8
&& ln -sf /usr/bin/pip3.7 /usr/bin/pip3 \
9
9
&& ln -sf /usr/bin/python3.7 /usr/bin/python \
10
10
&& ln -sf /usr/bin/pip3.7 /usr/bin/pip \
11
- && pip3 install --upgrade ansible==3.4.0
11
+ && pip3 install --upgrade ansible==3.4.0 requests==2.25.1 pyyaml==5.4.1 jmespath==0.10.0
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ USER root
4
4
5
5
RUN microdnf -y --nodocs update \
6
6
&& microdnf -y --nodocs install python2-pip python2-devel \
7
- && pip2 --no-cache-dir install requests jmespath \
7
+ && pip2 --no-cache-dir install requests pyyaml jmespath \
8
8
&& ln -sf /usr/bin/python3.7 /usr/bin/python3 \
9
9
&& ln -sf /usr/bin/pip3.7 /usr/bin/pip3 \
10
10
&& ln -sf /usr/bin/python3.7 /usr/bin/python \
11
11
&& ln -sf /usr/bin/pip3.7 /usr/bin/pip \
12
- && pip3 install --upgrade ansible==3.4.0
12
+ && pip3 install --upgrade ansible==3.4.0 requests==2.25.1 pyyaml==5.4.1 jmespath==0.10.0
You can’t perform that action at this time.
0 commit comments