Skip to content

Commit a3607a8

Browse files
committed
🤖 TEST: fix #92
1 parent 3dc64eb commit a3607a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN wget http://xdebug.org/files/xdebug-3.0.2.tgz \
2424
&& ./configure --enable-xdebug \
2525
&& make \
2626
&& sudo cp modules/xdebug.so /usr/lib/php/20190902/xdebug.so \
27-
&& cp /tmp/xdebug.ini /etc/php/7.4/mods-available/xdebug.ini
27+
&& sudo cp /tmp/xdebug.ini /etc/php/7.4/mods-available/xdebug.ini
2828

2929
COPY --chown=gitpod:gitpod .gp/bash/update-composer.sh /tmp
3030
RUN sudo bash -c ". /tmp/update-composer.sh" && rm /tmp/update-composer.sh

0 commit comments

Comments
 (0)