Skip to content

Commit 8f08187

Browse files
authored
Update install_build_dependencies.bash
1 parent 6544c9f commit 8f08187

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/install_build_dependencies.bash

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ apt-get install -y -qq lsb-release \
2626
zlib1g-dev \
2727
libcurl4-gnutls-dev \
2828
libprotobuf-dev \
29-
python3
29+
python3 \
30+
iputils-ping \
31+
netcat-traditional \
32+
default-mysql-client
3033

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

0 commit comments

Comments
 (0)