Skip to content
Snippets Groups Projects
Commit 7b4696a9 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add php extension fileinfo

parent 612ee528
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \ ...@@ -73,7 +73,7 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \
echo "http://dl-cdn.alpinelinux.org/alpine/v${ALPINE_VERSION}/community" >> /etc/apk/repositories && \ echo "http://dl-cdn.alpinelinux.org/alpine/v${ALPINE_VERSION}/community" >> /etc/apk/repositories && \
apk update && \ apk update && \
apk add --no-cache \ apk add --no-cache \
php7 php7-phar php7-json php7-dom php7-gd php7-mbstring php7-openssl \ php7 php7-phar php7-json php7-dom php7-fileinfo 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-bcmath && \
if [ "${PHP_VERSION}" = "7.0" ]; then \ if [ "${PHP_VERSION}" = "7.0" ]; then \
......
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