Add lsb-release package to android custom build (#16944)

### Description
Add lsb-release package to android custom build


### Motivation and Context
To fix a build issue:

/workspace/onnxruntime/tools/ci_build/github/linux/docker/inference/x64/python/cpu/scripts/install_protobuf.sh:
line 27: lsb_release: command not found
This commit is contained in:
Changming Sun 2023-08-01 11:27:29 -07:00 committed by GitHub
parent 1333f73a68
commit e412d93b00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ RUN apt-get update && apt-get install --yes --no-install-recommends \
python3-pip \
python3-setuptools \
python3-wheel \
unzip
unzip lsb-release
# cmake
RUN CMAKE_VERSION=3.26.3 && \