From 4dcf6c2da171d50a468c5dc52a010d8acf3268f6 Mon Sep 17 00:00:00 2001 From: x p k Date: Fri, 24 Apr 2020 20:13:46 +0800 Subject: [PATCH] UPD: adding awscli --- dockerfiles/centos8-ebcli.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/centos8-ebcli.txt b/dockerfiles/centos8-ebcli.txt index 6634e33..4df2a3d 100644 --- a/dockerfiles/centos8-ebcli.txt +++ b/dockerfiles/centos8-ebcli.txt @@ -3,7 +3,7 @@ ENV container docker RUN yum -y install gcc make git python3 zlib-devel openssl-devel ncurses-devel libffi-devel sqlite-devel readline-devel bzip2-devel RUN git clone https://github.com/aws/aws-elastic-beanstalk-cli-setup.git RUN ./aws-elastic-beanstalk-cli-setup/scripts/bundled_installer -RUN pip install awscli +RUN /root/.pyenv/versions/3.7.2/bin/pip install awscli ENV PATH="/root/.ebcli-virtual-env/executables:/root/.pyenv/versions/3.7.2/bin:$PATH" CMD ["/bin/bash"]