1
0
Fork 0

Install php5-mcrypt as well.

Installing php5-mcrypt seems to be required:

4 docker exec ttrss_main tail -n1 /tmp/ttrss-update-daemon.stderr
PHP Fatal error:  Call to undefined function mcrypt_decrypt() in /var/www/include/crypt.php on line 12
pull/12/head
Jasper Spaans 9 years ago
parent f6e953765f
commit 77a0372493

@ -3,7 +3,7 @@ MAINTAINER Christian Lück <christian@lueck.tv>
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
nginx git supervisor php5-fpm php5-cli php5-curl php5-gd php5-json \
php5-pgsql php5-mysql && apt-get clean
php5-pgsql php5-mysql php5-mcrypt && apt-get clean
# add ttrss as the only nginx site
ADD ttrss.nginx.conf /etc/nginx/sites-available/ttrss

Loading…
Cancel
Save