diff options
| author | 2022-06-19 20:09:09 +0200 | |
|---|---|---|
| committer | 2022-06-19 20:09:09 +0200 | |
| commit | a90d93979f63b48c76308ae26c845d8b58f5368d (patch) | |
| tree | fb84b42ee2d148227196e157495935ec3a625a68 /Docker/Dockerfile-Oldest | |
| parent | f365a9aeb44c33a1c817ae19a6027aa0fbffd706 (diff) | |
Docker Alpine updates (#4420)
* Added PHP extensions `php-openssl` (used by PHPMailer) and php-xml (used by SimplePie)
* Upgraded dev image `freshrss/freshrss:newest` to PHP 8.2.
Diffstat (limited to 'Docker/Dockerfile-Oldest')
| -rw-r--r-- | Docker/Dockerfile-Oldest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/Dockerfile-Oldest b/Docker/Dockerfile-Oldest index 7dd6c2176..d0b27cc72 100644 --- a/Docker/Dockerfile-Oldest +++ b/Docker/Dockerfile-Oldest @@ -5,7 +5,7 @@ SHELL ["/bin/ash", "-eo", "pipefail", "-c"] RUN apk add --no-cache \ apache2 php7-apache2 \ php7 php7-curl php7-gmp php7-intl php7-mbstring php7-xml php7-zip \ - php7-ctype php7-dom php7-iconv php7-json php7-opcache php7-openssl php7-phar php7-session php7-xmlreader php7-zlib \ + php7-ctype php7-dom php7-iconv php7-json php7-opcache php7-openssl php7-phar php7-session php7-xmlreader php7-xml php7-zlib \ php7-pdo_sqlite php7-pdo_mysql php7-pdo_pgsql RUN mkdir -p /var/www/FreshRSS /run/apache2/ |
