Remove debug stuff
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
parent
8a512f603f
commit
5c91265417
|
@ -19,13 +19,6 @@ ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/do
|
|||
RUN chmod +x /usr/local/bin/install-php-extensions
|
||||
RUN install-php-extensions sockets
|
||||
|
||||
# Add xdebug
|
||||
RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS
|
||||
RUN apk add --update linux-headers
|
||||
RUN pecl install xdebug
|
||||
RUN docker-php-ext-enable xdebug
|
||||
RUN apk del -f .build-deps
|
||||
|
||||
COPY ./docker/xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini
|
||||
COPY . /var/www/html
|
||||
|
||||
|
|
Loading…
Reference in New Issue