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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user