mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose.git
synced 2025-08-15 11:46:59 +02:00
Remove useless sed for php.ini from Dockerfile
This commit is contained in:
parent
b1f1bd2368
commit
cb9bf72715
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user