From 9ecedb0c3c1c81bdac1d5798301a1ebc20fafda3 Mon Sep 17 00:00:00 2001 From: STAM Date: Fri, 8 Oct 2021 12:44:31 +0300 Subject: [PATCH] small updates --- linux/ecosystem/atlassian/confluence/latest/Dockerfile | 2 +- linux/ecosystem/atlassian/confluence/latest/Dockerfile.jdk11 | 2 +- linux/ecosystem/php/latest/Dockerfile | 2 ++ linux/ecosystem/php/php7.2/Dockerfile | 2 ++ linux/ecosystem/php/php7.3/Dockerfile | 1 + linux/ecosystem/php/php7.4/Dockerfile | 2 ++ 6 files changed, 9 insertions(+), 2 deletions(-) diff --git a/linux/ecosystem/atlassian/confluence/latest/Dockerfile b/linux/ecosystem/atlassian/confluence/latest/Dockerfile index 3d00cf78d..a0bf14609 100644 --- a/linux/ecosystem/atlassian/confluence/latest/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/latest/Dockerfile @@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive ################################################################## # ARGuments ################################################################## -ARG CONFLUENCE_VERSION=7.13.0 +ARG CONFLUENCE_VERSION=7.13.1 ARG DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz ################################################################## diff --git a/linux/ecosystem/atlassian/confluence/latest/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/latest/Dockerfile.jdk11 index 3e897cca5..cd8c3c562 100644 --- a/linux/ecosystem/atlassian/confluence/latest/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/latest/Dockerfile.jdk11 @@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive ################################################################## # ARGuments ################################################################## -ARG CONFLUENCE_VERSION=7.13.0 +ARG CONFLUENCE_VERSION=7.13.1 ARG DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz ################################################################## diff --git a/linux/ecosystem/php/latest/Dockerfile b/linux/ecosystem/php/latest/Dockerfile index 636ff30ec..f687b4472 100644 --- a/linux/ecosystem/php/latest/Dockerfile +++ b/linux/ecosystem/php/latest/Dockerfile @@ -119,6 +119,7 @@ RUN apt-get update && \ php7.4-imap \ php7.4-pspell \ php7.4-sqlite3 \ + php7.4-pgsql \ php7.4-tidy \ php7.4-xmlrpc \ php7.4-xml \ @@ -139,6 +140,7 @@ RUN apt-get update && \ sendmail && \ ln -sf /etc/ssl/dhparam.pem /etc/php/dhparam.pem && \ update-alternatives --set php /usr/bin/php7.4 && \ + pecl channel-update pecl.php.net && \ php -m && \ php -v diff --git a/linux/ecosystem/php/php7.2/Dockerfile b/linux/ecosystem/php/php7.2/Dockerfile index f96d5f752..91d279a62 100644 --- a/linux/ecosystem/php/php7.2/Dockerfile +++ b/linux/ecosystem/php/php7.2/Dockerfile @@ -111,6 +111,7 @@ RUN apt-get update && \ php7.2-pspell \ php7.2-recode \ php7.2-sqlite3 \ + php7.2-pgsql \ php7.2-tidy \ php7.2-xmlrpc \ php7.2-xml \ @@ -133,6 +134,7 @@ RUN apt-get update && \ sendmail && \ ln -sf /etc/ssl/dhparam.pem /etc/php/dhparam.pem && \ update-alternatives --set php /usr/bin/php7.2 && \ + pecl channel-update pecl.php.net && \ php -m && \ php -v diff --git a/linux/ecosystem/php/php7.3/Dockerfile b/linux/ecosystem/php/php7.3/Dockerfile index 10d6bf2ff..36dec8493 100644 --- a/linux/ecosystem/php/php7.3/Dockerfile +++ b/linux/ecosystem/php/php7.3/Dockerfile @@ -115,6 +115,7 @@ RUN apt-get update && \ php7.3-pspell \ php7.3-recode \ php7.3-sqlite3 \ + php7.3-pgsql \ php7.3-tidy \ php7.3-xmlrpc \ php7.3-xml \ diff --git a/linux/ecosystem/php/php7.4/Dockerfile b/linux/ecosystem/php/php7.4/Dockerfile index 636ff30ec..f687b4472 100644 --- a/linux/ecosystem/php/php7.4/Dockerfile +++ b/linux/ecosystem/php/php7.4/Dockerfile @@ -119,6 +119,7 @@ RUN apt-get update && \ php7.4-imap \ php7.4-pspell \ php7.4-sqlite3 \ + php7.4-pgsql \ php7.4-tidy \ php7.4-xmlrpc \ php7.4-xml \ @@ -139,6 +140,7 @@ RUN apt-get update && \ sendmail && \ ln -sf /etc/ssl/dhparam.pem /etc/php/dhparam.pem && \ update-alternatives --set php /usr/bin/php7.4 && \ + pecl channel-update pecl.php.net && \ php -m && \ php -v