1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-09 21:09:52 +02:00

add php81-sockets

This commit is contained in:
Andrew Dolgov 2023-04-09 23:18:43 +03:00
parent db3b18c016
commit e365fe04dc
No known key found for this signature in database
GPG key ID: 1A56B4FA25D4AF2A

View file

@ -3,7 +3,7 @@ EXPOSE 9000/tcp
ENV SCRIPT_ROOT=/opt/tt-rss ENV SCRIPT_ROOT=/opt/tt-rss
RUN apk add --no-cache dcron php81 php81-fpm php81-phar \ RUN apk add --no-cache dcron php81 php81-fpm php81-phar php81-sockets \
php81-pdo php81-gd php81-pgsql php81-pdo_pgsql php81-xmlwriter \ php81-pdo php81-gd php81-pgsql php81-pdo_pgsql php81-xmlwriter \
php81-mbstring php81-intl php81-xml php81-curl php81-simplexml \ php81-mbstring php81-intl php81-xml php81-curl php81-simplexml \
php81-session php81-tokenizer php81-dom php81-fileinfo php81-ctype \ php81-session php81-tokenizer php81-dom php81-fileinfo php81-ctype \