Commit 204e5ca9 authored by Tobias Munk's avatar Tobias Munk

switched (back) to Debian stretch

parent 8b8a490c
Pipeline #40014 passed with stages
in 15 minutes and 19 seconds
......@@ -2,7 +2,7 @@
# ==============================================
ARG PHP_BASE_IMAGE_VERSION
FROM php:${PHP_BASE_IMAGE_VERSION}-fpm
FROM php:${PHP_BASE_IMAGE_VERSION}-fpm-stretch
# Install system packages for PHP extensions recommended for Yii 2.0 Framework
ENV DEBIAN_FRONTEND=noninteractive
......@@ -65,7 +65,7 @@ RUN docker-php-ext-configure gd \
# Install PECL extensions
# see http://stackoverflow.com/a/8154466/291573) for usage of `printf`
RUN printf "\n" | pecl install \
apcu-5.1.3 \
apcu \
imagick \
mcrypt-1.0.0 && \
docker-php-ext-enable \
......@@ -76,7 +76,7 @@ RUN printf "\n" | pecl install \
RUN cd /tmp && \
git clone git://github.com/xdebug/xdebug.git && \
cd xdebug && \
git checkout 52adff7539109db592d07d3f6c325f6ee2a7669f && \
git checkout 2.7.2 && \
phpize && \
./configure --enable-xdebug && \
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