mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-19 20:09:16 +00:00
update to alpine 3.6
This commit is contained in:
parent
14ab668a89
commit
5238f438d7
@ -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"
|
||||
|
||||
|
@ -15,5 +15,6 @@ shift
|
||||
|
||||
set -x
|
||||
cd "$extDir"
|
||||
[[ ! -f "config.m4" && -f "config0.m4" ]] && mv config0.m4 config.m4
|
||||
phpize
|
||||
./configure "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user