File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ RUN wget -O terraform_${TERRAFORM_VERSION}_linux_amd64.zip \
8181 rm -f packer_${PACKER_VERSION}_linux_amd64.zip; sync
8282
8383RUN python3 -m pip install pip==21.3.1 &&\
84- pip3 install --upgrade pip cffi &&\
84+ pip3 install --upgrade pip cffi awscli &&\
8585 # install ansible
8686 pip3 install --no-cache-dir \
8787 ansible-core==${ANSIBLE_VERSION} \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ apk add --no-cache \
88 py3-pip
99
1010python3 -m pip install pip==21.3.1 &&
11- pip3 install --upgrade pip cffi &&
11+ pip3 install --upgrade pip cffi awscli &&
1212 pip3 install --no-cache-dir \
1313 PyYaml \
1414 requests \
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ RUN apt-get install -y \
9090 rm -f packer_${PACKER_VERSION}_linux_amd64.zip; sync
9191
9292RUN python3 -m pip install pip==21.3.1 &&\
93- pip3 install --upgrade pip cffi &&\
93+ pip3 install --upgrade pip cffi awscli &&\
9494 # install ansible
9595 pip3 install ansible-core==${ANSIBLE_VERSION} \
9696 ansible-tower-cli==3.3.4 \
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ RUN apt-get install -y \
9090 rm -f packer_${PACKER_VERSION}_linux_amd64.zip; sync
9191
9292RUN python3 -m pip install pip==21.3.1 &&\
93- pip3 install --upgrade pip cffi &&\
93+ pip3 install --upgrade pip cffi awscli &&\
9494 # install ansible
9595 pip3 install ansible-core==${ANSIBLE_VERSION} \
9696 ansible-tower-cli==3.3.4 \
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ RUN apt-get install -y \
9090 rm -f packer_${PACKER_VERSION}_linux_amd64.zip; sync
9191
9292RUN python3 -m pip install pip==21.3.1 &&\
93- pip3 install --upgrade pip cffi &&\
93+ pip3 install --upgrade pip cffi awscli &&\
9494 # install ansible
9595 pip3 install ansible-core==${ANSIBLE_VERSION} \
9696 ansible-tower-cli==3.3.4 \
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ RUN apt-get install -y \
9090 rm -f packer_${PACKER_VERSION}_linux_amd64.zip; sync
9191
9292RUN python3 -m pip install pip==21.3.1 &&\
93- pip3 install --upgrade pip cffi &&\
93+ pip3 install --upgrade pip cffi awscli &&\
9494 # install ansible
9595 pip3 install ansible-core==${ANSIBLE_VERSION} \
9696 ansible-tower-cli==3.3.4 \
You can’t perform that action at this time.
0 commit comments