Skip to content
Snippets Groups Projects
Commit 1f509c5f authored by jurgenhaas's avatar jurgenhaas
Browse files

Add php7-bcmath

parent 642a2f5d
No related branches found
No related tags found
No related merge requests found
Pipeline #5971 passed
...@@ -70,7 +70,7 @@ RUN mkdir -p /root/.ssh && \ ...@@ -70,7 +70,7 @@ RUN mkdir -p /root/.ssh && \
apk add --no-cache curl openssl openssh ca-certificates wget make patch g++ \ apk add --no-cache curl openssl openssh ca-certificates wget make patch g++ \
bash fish python nodejs git unzip \ bash fish python nodejs git unzip \
php7 php7-phar php7-json php7-dom php7-gd php7-mbstring php7-openssl \ php7 php7-phar php7-json php7-dom php7-gd php7-mbstring php7-openssl \
php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype php7-iconv && \ php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype php7-iconv php7-bcmath && \
\ \
sed -i -e 's/memory_limit = 128M/memory_limit = -1/g' /etc/php7/php.ini && \ sed -i -e 's/memory_limit = 128M/memory_limit = -1/g' /etc/php7/php.ini && \
\ \
......
...@@ -65,7 +65,7 @@ RUN mkdir -p /root/.ssh && \ ...@@ -65,7 +65,7 @@ RUN mkdir -p /root/.ssh && \
apk add --no-cache curl openssl openssh ca-certificates wget make patch g++ \ apk add --no-cache curl openssl openssh ca-certificates wget make patch g++ \
bash fish python nodejs git unzip \ bash fish python nodejs git unzip \
php7 php7-phar php7-json php7-dom php7-gd php7-mbstring php7-openssl \ php7 php7-phar php7-json php7-dom php7-gd php7-mbstring php7-openssl \
php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype php7-iconv \ php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype php7-iconv php7-bcmath \
php7-tokenizer php7-simplexml php7-xmlwriter && \ php7-tokenizer php7-simplexml php7-xmlwriter && \
\ \
sed -i -e 's/memory_limit = 128M/memory_limit = -1/g' /etc/php7/php.ini && \ sed -i -e 's/memory_limit = 128M/memory_limit = -1/g' /etc/php7/php.ini && \
......
...@@ -65,7 +65,7 @@ RUN mkdir -p /root/.ssh && \ ...@@ -65,7 +65,7 @@ RUN mkdir -p /root/.ssh && \
apk add --no-cache curl openssl openssh ca-certificates wget make patch g++ \ apk add --no-cache curl openssl openssh ca-certificates wget make patch g++ \
bash fish python nodejs npm git unzip \ bash fish python nodejs npm git unzip \
php7 php7-phar php7-json php7-dom php7-gd php7-mbstring php7-openssl \ php7 php7-phar php7-json php7-dom php7-gd php7-mbstring php7-openssl \
php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype php7-iconv \ php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype php7-iconv php7-bcmath \
php7-tokenizer php7-simplexml php7-xmlwriter && \ php7-tokenizer php7-simplexml php7-xmlwriter && \
\ \
sed -i -e 's/memory_limit = 128M/memory_limit = -1/g' /etc/php7/php.ini && \ sed -i -e 's/memory_limit = 128M/memory_limit = -1/g' /etc/php7/php.ini && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment