Autoconf alread in base image

This commit is contained in:
Deon George 2020-08-24 15:39:43 +10:00
parent 1a95ead792
commit 27eb813e57

View File

@ -3,10 +3,5 @@
FROM registry.leenooks.net/leenooks/php:7.4-fpm-mp
RUN apt-get update && apt-get install -y autoconf \
&& pecl install xdebug \
&& docker-php-ext-enable xdebug \
&& apt-get purge autoonf \
&& apt-get -y autoremove \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
RUN apt-get pecl install xdebug \
&& docker-php-ext-enable xdebug