Fix build problem
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
FROM php:7.4-fpm-alpine
 | 
					FROM php:7.4-fpm-alpine
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN apk add --update --no-cache --virtual \
 | 
					RUN apk add --update --no-cache \
 | 
				
			||||||
        build-base \
 | 
					        build-base \
 | 
				
			||||||
        autoconf \
 | 
					        autoconf \
 | 
				
			||||||
        jpeg-dev \
 | 
					        jpeg-dev \
 | 
				
			||||||
@@ -25,6 +25,3 @@ RUN docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/i
 | 
				
			|||||||
        mbstring \
 | 
					        mbstring \
 | 
				
			||||||
    && pecl install xdebug \
 | 
					    && pecl install xdebug \
 | 
				
			||||||
    && docker-php-ext-enable xdebug
 | 
					    && docker-php-ext-enable xdebug
 | 
				
			||||||
 | 
					 | 
				
			||||||
RUN rm -r /tmp/* /var/cache/* \
 | 
					 | 
				
			||||||
    && docker-php-source delete
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user