Autoconf alread in base image
This commit is contained in:
parent
1a95ead792
commit
27eb813e57
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user