We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5510ec0 commit f049fbeCopy full SHA for f049fbe
1 file changed
Dockerfile
@@ -8,8 +8,6 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
8
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install python-sphinx python-pip doxygen && \
9
DEBIAN_FRONTEND=noninteractive pip install sphinx_rtd_theme breathe
10
11
-RUN DEBIAN_FRONTEND=noninteractive apt-get -y install php7.0-dev
12
-
13
# Install XDebug
14
RUN wget https://github.com/xdebug/xdebug/archive/XDEBUG_2_4_0RC2.tar.gz && \
15
tar zxvf XDEBUG_2_4_0RC2.tar.gz && \
0 commit comments