File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ RUN curl -o /usr/local/bin/kubectl -LO https://storage.googleapis.com/kubernetes
2727 ./install_helm.sh -v ${HELM_VERSION} && \
2828 helm init --client-only
2929
30+ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
31+ python get-pip.py && \
32+ pip install awscli
33+
3034# All further commands will be performed as the docker user.
3135USER docker
3236SHELL ["/bin/bash" , "-c" ]
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ RUN curl -o /usr/local/bin/kubectl -LO https://storage.googleapis.com/kubernetes
2727 ./install_helm.sh -v ${HELM_VERSION} && \
2828 helm init --client-only
2929
30+ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
31+ python get-pip.py && \
32+ pip install awscli
33+
3034# All further commands will be performed as the docker user.
3135USER docker
3236SHELL ["/bin/bash" , "-c" ]
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ RUN curl -o /usr/local/bin/kubectl -LO https://storage.googleapis.com/kubernetes
2727 ./install_helm.sh -v ${HELM_VERSION} && \
2828 helm init --client-only
2929
30+ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
31+ python get-pip.py && \
32+ pip install awscli
33+
3034# All further commands will be performed as the docker user.
3135USER docker
3236SHELL ["/bin/bash" , "-c" ]
You can’t perform that action at this time.
0 commit comments