We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efb4f9 commit e7b5234Copy full SHA for e7b5234
build/Dockerfile
@@ -4,6 +4,10 @@ RUN apt-get update && \
4
apt-get upgrade -y && \
5
apt-get install -y git
6
7
+RUN pecl install -o -f xdebug \
8
+ && rm -rf /tmp/pear \
9
+ && docker-php-ext-enable xdebug
10
+
11
COPY --from=composer /usr/bin/composer /usr/bin/composer
12
RUN useradd -m dev
13
WORKDIR /srv/phel-web-skeleton
0 commit comments