Skip to content

Commit fc4c17d

Browse files
authored
Update install_build_dependencies.bash
1 parent 40602b1 commit fc4c17d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scripts/install_build_dependencies.bash

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ apt-get install -y -qq lsb-release \
2929
python3 \
3030
iputils-ping \
3131
netcat-traditional \
32-
default-mysql-client
32+
default-mysql-client \
33+
lcov \
34+
doxygen \
35+
graphviz \
36+
rsync
3337

3438
ln -fs /usr/share/zoneinfo/$TZ /etc/localtime
3539
dpkg-reconfigure -f noninteractive tzdata

0 commit comments

Comments
 (0)