I\'ve a problem with Xdebug in my development environment.
FROM library/php:5.5-apache RUN apt-get -qqy update && apt-get -qqy install \\
The error described can only be reproduced in the official PHP5 images. PHP 7 images work just fine, and when building a custom PHP5 FPM image from jessie or ubuntu, the error also does not occur.