remove installation of awscli and its dependencies

lektura
max.mehl 2018-10-09 15:24:26 +02:00
parent f766598cec
commit bd19e9180d
No known key found for this signature in database
GPG Key ID: 2704E4AB371E2E92
1 changed files with 1 additions and 8 deletions

View File

@ -4,14 +4,7 @@ ENV HUGO_VERSION 0.48
ENV HUGO_BINARY hugo_${HUGO_VERSION}_Linux-64bit.deb
RUN apt-get update && apt-get upgrade -y && \
apt-get install -y git curl unzip python3 python3-pip libyaml-dev
RUN pip3 install awscli
RUN curl -sS https://getcomposer.org/installer \
| php -- --install-dir=/usr/local/bin --filename=composer
RUN composer require phpmailer/phpmailer
apt-get install -y git
RUN a2enmod rewrite