We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc64eb commit a3607a8Copy full SHA for a3607a8
‎.gitpod.Dockerfile
@@ -24,7 +24,7 @@ RUN wget http://xdebug.org/files/xdebug-3.0.2.tgz \
24
&& ./configure --enable-xdebug \
25
&& make \
26
&& sudo cp modules/xdebug.so /usr/lib/php/20190902/xdebug.so \
27
- && cp /tmp/xdebug.ini /etc/php/7.4/mods-available/xdebug.ini
+ && sudo cp /tmp/xdebug.ini /etc/php/7.4/mods-available/xdebug.ini
28
29
COPY --chown=gitpod:gitpod .gp/bash/update-composer.sh /tmp
30
RUN sudo bash -c ". /tmp/update-composer.sh" && rm /tmp/update-composer.sh
0 commit comments