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:
parent
b1f1bd2368
commit
cb9bf72715
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue