1
0
mirror of https://github.com/x86dev/docker-ttrss synced 2025-12-11 08:56:01 +00:00

Added MySql option

This commit is contained in:
Thomas Ziegler
2017-05-28 21:33:05 +02:00
parent 10b77321bc
commit 04858d609d
6 changed files with 36 additions and 5 deletions

View File

@@ -9,7 +9,8 @@ RUN set -xe && \
apk update && apk upgrade && \
apk add --no-cache --virtual=run-deps \
nginx git ca-certificates curl \
php5 php5-fpm php5-curl php5-dom php5-gd php5-json php5-mcrypt php5-pcntl php5-pdo php5-pdo_pgsql php5-pgsql php5-posix
php5 php5-fpm php5-curl php5-dom php5-gd php5-json php5-mcrypt php5-pcntl \
php5-pdo php5-pdo_pgsql php5-pgsql php5-pdo_mysql php5-mysql php5-mysqli php5-posix
# Add user www-data for php-fpm
# 82 is the standard uid/gid for "www-data" in Alpine