update to alpine 3.6

This commit is contained in:
Wonderfall 2017-05-26 19:02:48 +02:00
parent 14ab668a89
commit 5238f438d7
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.5
FROM alpine:3.6
ARG BUILD_CORES
@ -104,6 +104,7 @@ ARG CUSTOM_BUILD_PKGS=" \
libedit-dev \
libxml2-dev \
libressl-dev \
libbz2 \
sqlite-dev"
ARG CUSTOM_PKGS=" \
@ -111,7 +112,7 @@ ARG CUSTOM_PKGS=" \
openldap \
gmp \
libmcrypt \
libbz2 \
bzip2-dev \
icu \
libpq"

View File

@ -15,5 +15,6 @@ shift
set -x
cd "$extDir"
[[ ! -f "config.m4" && -f "config0.m4" ]] && mv config0.m4 config.m4
phpize
./configure "$@"