Commit 1a5a26f6 authored by Tobias Munk's avatar Tobias Munk

updated alpine

parent fc88a125
Pipeline #34091 failed with stages
in 6 minutes and 33 seconds
...@@ -20,7 +20,8 @@ RUN apk --update --virtual build-deps add \ ...@@ -20,7 +20,8 @@ RUN apk --update --virtual build-deps add \
libmcrypt-dev \ libmcrypt-dev \
libjpeg-turbo-dev \ libjpeg-turbo-dev \
libpng-dev \ libpng-dev \
libxml2-dev && \ libxml2-dev \
libzip-dev && \
apk add \ apk add \
git \ git \
curl \ curl \
...@@ -88,7 +89,7 @@ RUN export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" ...@@ -88,7 +89,7 @@ RUN export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS"
cd /tmp && \ cd /tmp && \
git clone git://github.com/xdebug/xdebug.git && \ git clone git://github.com/xdebug/xdebug.git && \
cd xdebug && \ cd xdebug && \
git checkout 52adff7539109db592d07d3f6c325f6ee2a7669f && \ git checkout tags/2.7.0beta1 && \
phpize && \ phpize && \
./configure --enable-xdebug && \ ./configure --enable-xdebug && \
make && \ make && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment