Skip to content

Commit f049fbe

Browse files
committed
Removed php70-dev and added to non -dev container
1 parent 5510ec0 commit f049fbe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
88
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install python-sphinx python-pip doxygen && \
99
DEBIAN_FRONTEND=noninteractive pip install sphinx_rtd_theme breathe
1010

11-
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install php7.0-dev
12-
1311
# Install XDebug
1412
RUN wget https://github.com/xdebug/xdebug/archive/XDEBUG_2_4_0RC2.tar.gz && \
1513
tar zxvf XDEBUG_2_4_0RC2.tar.gz && \

0 commit comments

Comments
 (0)