Skip to content

Commit

Permalink
Adding bcmath to php images
Browse files Browse the repository at this point in the history
  • Loading branch information
Keoghan committed Jan 24, 2019
1 parent 5d674c8 commit 99ac477
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 20 deletions.
20 changes: 10 additions & 10 deletions resources/image_sets/konsulting/porter-ubuntu/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#VERSION: 1.0.0
#VERSION: 1.1.0
FROM ubuntu:18.04

RUN apt-get update \
Expand All @@ -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 \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#VERSION: 1.0.0
#VERSION: 1.1.0
FROM ubuntu:18.04

RUN apt-get update \
Expand All @@ -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 \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#VERSION: 1.0.0
#VERSION: 1.1.0
FROM ubuntu:18.04

RUN apt-get update \
Expand All @@ -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 \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#VERSION: 1.0.0
#VERSION: 1.1.0
FROM ubuntu:18.04

RUN apt-get update \
Expand All @@ -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 \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#VERSION: 1.0.0
#VERSION: 1.1.0
FROM ubuntu:18.04

RUN apt-get update \
Expand All @@ -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 \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#VERSION: 1.0.0
#VERSION: 1.1.0
FROM ubuntu:18.04

RUN apt-get update \
Expand All @@ -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 \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#VERSION: 1.0.0
#VERSION: 1.1.0
FROM ubuntu:18.04

RUN apt-get update \
Expand All @@ -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 \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#VERSION: 1.0.0
#VERSION: 1.1.0
FROM ubuntu:18.04

RUN apt-get update \
Expand All @@ -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 \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#VERSION: 1.0.0
#VERSION: 1.1.0
FROM ubuntu:18.04

RUN apt-get update \
Expand All @@ -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 \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#VERSION: 1.0.0
#VERSION: 1.1.0
FROM ubuntu:18.04

RUN apt-get update \
Expand All @@ -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 \
Expand Down

0 comments on commit 99ac477

Please sign in to comment.