We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0ee60 commit 03b35d0Copy full SHA for 03b35d0
Dockerfile
@@ -7,7 +7,7 @@ RUN curl -sL https://deb.nodesource.com/setup_6.x | bash
7
# Install server dependencies.
8
RUN apt-get update && apt-get install -qq -y nodejs build-essential pkg-config libcairo2-dev libjpeg-dev libgif-dev git subversion mysql-client zip unzip vim libyaml-dev --fix-missing --no-install-recommends
9
10
-# Setup phpunit dependencies (needed for coverage) and yaml (needed for contract tests).
+# Setup phpunit dependencies (needed for coverage).
11
RUN pecl install xdebug && \
12
docker-php-ext-enable xdebug
13
0 commit comments