mirror of
				https://git.tt-rss.org/fox/ttrss-docker-compose
				synced 2025-11-04 03:34:19 +01:00 
			
		
		
		
	add php ctype module for readability
This commit is contained in:
		
							parent
							
								
									781666d860
								
							
						
					
					
						commit
						94e1afa9ec
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -6,7 +6,7 @@ ENV SCRIPT_ROOT=/opt/tt-rss
 | 
				
			||||||
RUN apk add --no-cache dcron php81 php81-fpm \
 | 
					RUN apk add --no-cache dcron php81 php81-fpm \
 | 
				
			||||||
	php81-pdo php81-gd php81-pgsql php81-pdo_pgsql \
 | 
						php81-pdo php81-gd php81-pgsql php81-pdo_pgsql \
 | 
				
			||||||
	php81-mbstring php81-intl php81-xml php81-curl \
 | 
						php81-mbstring php81-intl php81-xml php81-curl \
 | 
				
			||||||
	php81-session php81-tokenizer php81-dom php81-fileinfo \
 | 
						php81-session php81-tokenizer php81-dom php81-fileinfo php81-ctype \
 | 
				
			||||||
	php81-json php81-iconv php81-pcntl php81-posix php81-zip php81-exif \
 | 
						php81-json php81-iconv php81-pcntl php81-posix php81-zip php81-exif \
 | 
				
			||||||
	php81-openssl git postgresql-client sudo php81-pecl-xdebug rsync && \
 | 
						php81-openssl git postgresql-client sudo php81-pecl-xdebug rsync && \
 | 
				
			||||||
	sed -i 's/\(memory_limit =\) 128M/\1 256M/' /etc/php81/php.ini && \
 | 
						sed -i 's/\(memory_limit =\) 128M/\1 256M/' /etc/php81/php.ini && \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue