Suppression de composer dans le conteneur de l'app.

This commit is contained in:
William 2022-07-01 16:41:58 +02:00
parent 583ffbb5c0
commit b6c50472f6

View File

@ -67,9 +67,6 @@ RUN a2enmod rewrite
RUN docker-php-ext-configure gd --with-freetype --with-jpeg \
&& docker-php-ext-install pdo pdo_mysql mbstring exif pcntl bcmath gd zip curl intl
# Get latest Composer
RUN php -r "readfile('http://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer
# Clean cache
RUN apt-get -y autoremove \
&& apt-get clean \