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 \
2222RUN yum remove -y --setopt=tsflags=noscripts gcc openssl-devel bzip2-devel libffi-devel \
2323 && yum autoremove -y \
2424 && 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 \
2626RUN yum remove -y --setopt=tsflags=noscripts gcc openssl-devel bzip2-devel libffi-devel \
2727 && yum autoremove -y \
2828 && 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 \
88 && ln -sf /usr/bin/pip3.7 /usr/bin/pip3 \
99 && ln -sf /usr/bin/python3.7 /usr/bin/python \
1010 && 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 \
88 && ln -sf /usr/bin/pip3.7 /usr/bin/pip3 \
99 && ln -sf /usr/bin/python3.7 /usr/bin/python \
1010 && 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
44
55RUN microdnf -y --nodocs update \
66 && 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 \
88 && ln -sf /usr/bin/python3.7 /usr/bin/python3 \
99 && ln -sf /usr/bin/pip3.7 /usr/bin/pip3 \
1010 && ln -sf /usr/bin/python3.7 /usr/bin/python \
1111 && 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