tt-rss update daemon needs php5-mcrypt

This commit is contained in:
Alexander Mueller 2015-12-02 23:19:24 +01:00
parent 8952bd1bf9
commit 5e3a2e1ced

View File

@ -3,7 +3,7 @@ FROM kdelfour/supervisor-docker
MAINTAINER Andreas Löffler <andy@x86dev.com> MAINTAINER Andreas Löffler <andy@x86dev.com>
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
nginx git ca-certificates php5-fpm php5-cli php5-curl php5-gd php5-json php5-pgsql nginx git ca-certificates php5-fpm php5-cli php5-curl php5-gd php5-json php5-mcrypt php5-pgsql
# add ttrss as the only Nginx site # add ttrss as the only Nginx site
ADD ttrss-nginx.conf /etc/nginx/sites-available/ttrss ADD ttrss-nginx.conf /etc/nginx/sites-available/ttrss