From 47587b06871da21bc9fd75e34f7c563cf3410771 Mon Sep 17 00:00:00 2001 From: apolopena <3060702+apolopena@users.noreply.github.com> Date: Mon, 10 May 2021 11:26:36 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20https://github.com/apolop?= =?UTF-8?q?ena/gitpod-laravel-starter/issues/129=20missing=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitpod.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index 9f3ac5b8..bfb7aaf5 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -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 \