[build_debian.sh]: Fix regex when installing the grpc libraries
Since ++ is treated as a regex by apt-get, make sure the development headers and the Java bindings for grpc don't get installed as well. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
This commit is contained in:
parent
bd479cad29
commit
bdfe89c4ad
@ -320,7 +320,8 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in
|
||||
python-is-python3 \
|
||||
cron \
|
||||
libprotobuf23 \
|
||||
libgrpc++ \
|
||||
libgrpc++1 \
|
||||
libgrpc10 \
|
||||
haveged \
|
||||
fdisk \
|
||||
gpg \
|
||||
|
Loading…
Reference in New Issue
Block a user