Skip to content

Commit fcee471

Browse files
committed
Removed unnecessary sudo
1 parent 15da736 commit fcee471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN wget https://github.com/RustJason/xhprof/archive/php7.tar.gz && \
5858
phpize && \
5959
./configure --with-php-config=/usr/bin/php-config7.0 && \
6060
make && \
61-
sudo make install && \
61+
make install && \
6262
rm -Rf ../xhprof-php7
6363
# Tests fail:
6464
# make test && \

0 commit comments

Comments
 (0)