mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-23 22:13:38 +00:00
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:
parent
1333f73a68
commit
e412d93b00
1 changed files with 1 additions and 1 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue