Skip to content

Commit

Permalink
πŸ› FIX: #129 missing code
Browse files Browse the repository at this point in the history
  • Loading branch information
apolopena committed May 10, 2021
1 parent a4a615d commit 47587b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-sel

COPY --chown=gitpod:gitpod .gp/conf/xdebug/xdebug.ini /tmp
RUN wget http://xdebug.org/files/xdebug-3.0.4.tgz \
&& tar -xvzf xdebug-3.0.2.tgz \
&& cd xdebug-3.0.2 \
&& tar -xvzf xdebug-3.0.4.tgz \
&& cd xdebug-3.0.4 \
&& phpize \
&& ./configure --enable-xdebug \
&& make \
Expand Down

0 comments on commit 47587b0

Please sign in to comment.