Skip to content
Snippets Groups Projects
Commit 1582b3b7 authored by Robert Lange's avatar Robert Lange
Browse files

[finc] use latest php 7.2-fpm-alpine Docker

* avoid external validation problems with certificates using let's encrypt
parent a0bf7c0f
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
# @author Sebastian Kehr <kehr@ub.uni-leipzig.de> # @author Sebastian Kehr <kehr@ub.uni-leipzig.de>
# @license https://opensource.org/licenses/GPL-3.0 GNU GPLv3 # @license https://opensource.org/licenses/GPL-3.0 GNU GPLv3
FROM php:7.2.11-fpm-alpine3.8 FROM php:7.2-fpm-alpine
RUN apk add --no-cache $PHPIZE_DEPS freetype-dev libxml2-dev icu-dev libxslt-dev \ RUN apk add --no-cache $PHPIZE_DEPS freetype-dev libxml2-dev icu-dev libxslt-dev \
&& pecl install xdebug-2.9.6 \ && pecl install xdebug-2.9.6 \
&& docker-php-ext-enable xdebug \ && docker-php-ext-enable xdebug \
......
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