diff --git a/resources/image_sets/konsulting/porter-ubuntu/config.json b/resources/image_sets/konsulting/porter-ubuntu/config.json index c959900..c465c3f 100644 --- a/resources/image_sets/konsulting/porter-ubuntu/config.json +++ b/resources/image_sets/konsulting/porter-ubuntu/config.json @@ -14,16 +14,16 @@ "chromedriver": "1.0.0", "nginx": "1.0.0", "node": "1.0.0", - "php_cli_5-6": "1.0.0", - "php_cli_7-0": "1.0.0", - "php_cli_7-1": "1.0.0", - "php_cli_7-2": "1.0.0", - "php_cli_7-3": "1.0.0", - "php_fpm_5-6": "1.0.0", - "php_fpm_7-0": "1.0.0", - "php_fpm_7-1": "1.0.0", - "php_fpm_7-2": "1.0.0", - "php_fpm_7-3": "1.0.0" + "php_cli_5-6": "1.1.0", + "php_cli_7-0": "1.1.0", + "php_cli_7-1": "1.1.0", + "php_cli_7-2": "1.1.0", + "php_cli_7-3": "1.1.0", + "php_fpm_5-6": "1.1.0", + "php_fpm_7-0": "1.1.0", + "php_fpm_7-1": "1.1.0", + "php_fpm_7-2": "1.1.0", + "php_fpm_7-3": "1.1.0" }, "thirdParty": { "mysql": "mysql:5.7", diff --git a/resources/image_sets/konsulting/porter-ubuntu/docker/php_cli_5-6/Dockerfile b/resources/image_sets/konsulting/porter-ubuntu/docker/php_cli_5-6/Dockerfile index 7577f93..203a541 100644 --- a/resources/image_sets/konsulting/porter-ubuntu/docker/php_cli_5-6/Dockerfile +++ b/resources/image_sets/konsulting/porter-ubuntu/docker/php_cli_5-6/Dockerfile @@ -1,4 +1,4 @@ -#VERSION: 1.0.0 +#VERSION: 1.1.0 FROM ubuntu:18.04 RUN apt-get update \ @@ -17,6 +17,7 @@ RUN apt-get update \ && apt-get install -y curl zip unzip git software-properties-common \ && add-apt-repository -y ppa:ondrej/php \ && apt-get install -y \ + php5.6-bcmath \ php5.6-cli \ php5.6-curl \ php5.6-gd \ diff --git a/resources/image_sets/konsulting/porter-ubuntu/docker/php_cli_7-0/Dockerfile b/resources/image_sets/konsulting/porter-ubuntu/docker/php_cli_7-0/Dockerfile index ef408fd..ea9e36f 100644 --- a/resources/image_sets/konsulting/porter-ubuntu/docker/php_cli_7-0/Dockerfile +++ b/resources/image_sets/konsulting/porter-ubuntu/docker/php_cli_7-0/Dockerfile @@ -1,4 +1,4 @@ -#VERSION: 1.0.0 +#VERSION: 1.1.0 FROM ubuntu:18.04 RUN apt-get update \ @@ -17,6 +17,7 @@ RUN apt-get update \ && apt-get install -y curl zip unzip git software-properties-common \ && add-apt-repository -y ppa:ondrej/php \ && apt-get install -y \ + php7.0-bcmath \ php7.0-cli \ php7.0-curl \ php7.0-gd \ diff --git a/resources/image_sets/konsulting/porter-ubuntu/docker/php_cli_7-1/Dockerfile b/resources/image_sets/konsulting/porter-ubuntu/docker/php_cli_7-1/Dockerfile index e312f7b..1da57c1 100644 --- a/resources/image_sets/konsulting/porter-ubuntu/docker/php_cli_7-1/Dockerfile +++ b/resources/image_sets/konsulting/porter-ubuntu/docker/php_cli_7-1/Dockerfile @@ -1,4 +1,4 @@ -#VERSION: 1.0.0 +#VERSION: 1.1.0 FROM ubuntu:18.04 RUN apt-get update \ @@ -17,6 +17,7 @@ RUN apt-get update \ && apt-get install -y curl zip unzip git software-properties-common \ && add-apt-repository -y ppa:ondrej/php \ && apt-get install -y \ + php7.1-bcmath \ php7.1-cli \ php7.1-curl \ php7.1-gd \ diff --git a/resources/image_sets/konsulting/porter-ubuntu/docker/php_cli_7-2/Dockerfile b/resources/image_sets/konsulting/porter-ubuntu/docker/php_cli_7-2/Dockerfile index 7725f61..348ec2f 100644 --- a/resources/image_sets/konsulting/porter-ubuntu/docker/php_cli_7-2/Dockerfile +++ b/resources/image_sets/konsulting/porter-ubuntu/docker/php_cli_7-2/Dockerfile @@ -1,4 +1,4 @@ -#VERSION: 1.0.0 +#VERSION: 1.1.0 FROM ubuntu:18.04 RUN apt-get update \ @@ -17,6 +17,7 @@ RUN apt-get update \ && apt-get install -y curl zip unzip git software-properties-common \ && add-apt-repository -y ppa:ondrej/php \ && apt-get install -y \ + php7.2-bcmath \ php7.2-cli \ php7.2-curl \ php7.2-gd \ diff --git a/resources/image_sets/konsulting/porter-ubuntu/docker/php_cli_7-3/Dockerfile b/resources/image_sets/konsulting/porter-ubuntu/docker/php_cli_7-3/Dockerfile index e6da69b..a46030a 100644 --- a/resources/image_sets/konsulting/porter-ubuntu/docker/php_cli_7-3/Dockerfile +++ b/resources/image_sets/konsulting/porter-ubuntu/docker/php_cli_7-3/Dockerfile @@ -1,4 +1,4 @@ -#VERSION: 1.0.0 +#VERSION: 1.1.0 FROM ubuntu:18.04 RUN apt-get update \ @@ -17,6 +17,7 @@ RUN apt-get update \ && apt-get install -y curl zip unzip git software-properties-common \ && add-apt-repository -y ppa:ondrej/php \ && apt-get install -y \ + php7.3-bcmath \ php7.3-cli \ php7.3-curl \ php7.3-gd \ diff --git a/resources/image_sets/konsulting/porter-ubuntu/docker/php_fpm_5-6/Dockerfile b/resources/image_sets/konsulting/porter-ubuntu/docker/php_fpm_5-6/Dockerfile index e772d0f..fe9d21d 100644 --- a/resources/image_sets/konsulting/porter-ubuntu/docker/php_fpm_5-6/Dockerfile +++ b/resources/image_sets/konsulting/porter-ubuntu/docker/php_fpm_5-6/Dockerfile @@ -1,4 +1,4 @@ -#VERSION: 1.0.0 +#VERSION: 1.1.0 FROM ubuntu:18.04 RUN apt-get update \ @@ -18,6 +18,7 @@ RUN apt-get update \ && add-apt-repository -y ppa:ondrej/php \ && apt-get install -y \ php5.6-fpm \ + php5.6-bcmath \ php5.6-curl \ php5.6-gd \ php5.6-mysql \ diff --git a/resources/image_sets/konsulting/porter-ubuntu/docker/php_fpm_7-0/Dockerfile b/resources/image_sets/konsulting/porter-ubuntu/docker/php_fpm_7-0/Dockerfile index 852744d..0e680f6 100644 --- a/resources/image_sets/konsulting/porter-ubuntu/docker/php_fpm_7-0/Dockerfile +++ b/resources/image_sets/konsulting/porter-ubuntu/docker/php_fpm_7-0/Dockerfile @@ -1,4 +1,4 @@ -#VERSION: 1.0.0 +#VERSION: 1.1.0 FROM ubuntu:18.04 RUN apt-get update \ @@ -18,6 +18,7 @@ RUN apt-get update \ && add-apt-repository -y ppa:ondrej/php \ && apt-get install -y \ php7.0-fpm \ + php7.0-bcmath \ php7.0-curl \ php7.0-gd \ php7.0-mysql \ diff --git a/resources/image_sets/konsulting/porter-ubuntu/docker/php_fpm_7-1/Dockerfile b/resources/image_sets/konsulting/porter-ubuntu/docker/php_fpm_7-1/Dockerfile index b8c3c36..f5dae78 100644 --- a/resources/image_sets/konsulting/porter-ubuntu/docker/php_fpm_7-1/Dockerfile +++ b/resources/image_sets/konsulting/porter-ubuntu/docker/php_fpm_7-1/Dockerfile @@ -1,4 +1,4 @@ -#VERSION: 1.0.0 +#VERSION: 1.1.0 FROM ubuntu:18.04 RUN apt-get update \ @@ -18,6 +18,7 @@ RUN apt-get update \ && add-apt-repository -y ppa:ondrej/php \ && apt-get install -y \ php7.1-fpm \ + php7.1-bcmath \ php7.1-curl \ php7.1-gd \ php7.1-mysql \ diff --git a/resources/image_sets/konsulting/porter-ubuntu/docker/php_fpm_7-2/Dockerfile b/resources/image_sets/konsulting/porter-ubuntu/docker/php_fpm_7-2/Dockerfile index 88f6634..f78f0f6 100644 --- a/resources/image_sets/konsulting/porter-ubuntu/docker/php_fpm_7-2/Dockerfile +++ b/resources/image_sets/konsulting/porter-ubuntu/docker/php_fpm_7-2/Dockerfile @@ -1,4 +1,4 @@ -#VERSION: 1.0.0 +#VERSION: 1.1.0 FROM ubuntu:18.04 RUN apt-get update \ @@ -18,6 +18,7 @@ RUN apt-get update \ && add-apt-repository -y ppa:ondrej/php \ && apt-get install -y \ php7.2-fpm \ + php7.2-bcmath \ php7.2-curl \ php7.2-gd \ php7.2-mysql \ diff --git a/resources/image_sets/konsulting/porter-ubuntu/docker/php_fpm_7-3/Dockerfile b/resources/image_sets/konsulting/porter-ubuntu/docker/php_fpm_7-3/Dockerfile index 865b0c1..9286c56 100644 --- a/resources/image_sets/konsulting/porter-ubuntu/docker/php_fpm_7-3/Dockerfile +++ b/resources/image_sets/konsulting/porter-ubuntu/docker/php_fpm_7-3/Dockerfile @@ -1,4 +1,4 @@ -#VERSION: 1.0.0 +#VERSION: 1.1.0 FROM ubuntu:18.04 RUN apt-get update \ @@ -18,6 +18,7 @@ RUN apt-get update \ && add-apt-repository -y ppa:ondrej/php \ && apt-get install -y \ php7.3-fpm \ + php7.3-bcmath \ php7.3-curl \ php7.3-gd \ php7.3-mysql \