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

Remove useless sed for php.ini from Dockerfile

This commit is contained in:
Ezwen 2020-04-26 09:55:31 +00:00
parent b1f1bd2368
commit cb9bf72715

View file

@ -14,7 +14,6 @@ ADD index.php /
ADD build-prepare.sh /
RUN sed -i.bak 's/^listen = 127.0.0.1:9000/listen = 9000/' /etc/php7/php-fpm.d/www.conf
RUN sed -i.bak 's/^;\(extension=openssl\)/\1/' /etc/php7/php.ini
RUN sh -c /build-prepare.sh