From b72c0e82eb72317d27edb8d25296b76dda706273 Mon Sep 17 00:00:00 2001 From: z4yx Date: Fri, 22 May 2020 21:25:44 +0800 Subject: [PATCH] install the latest awscli from pypi --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 33558eb..009e72f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,10 +2,10 @@ FROM debian:buster MAINTAINER Justin Wong RUN apt-get update && \ - apt-get install -y wget curl rsync lftp git jq python3-dev python3-pip yum-utils createrepo aria2 awscli ack composer php-curl php-zip + apt-get install -y wget curl rsync lftp git jq python3-dev python3-pip yum-utils createrepo aria2 ack composer php-curl php-zip RUN STATIC_DEPS=true pip3 install pyquery -RUN pip3 install requests[socks] pyyaml gsutil bandersnatch +RUN pip3 install requests[socks] pyyaml gsutil bandersnatch awscli RUN cd /usr/local && git clone --depth 1 https://github.com/tuna/composer-mirror.git && cd composer-mirror && composer i COPY composer-mirror.config.php /usr/local/composer-mirror/config.php