diff --git a/tools/android_custom_build/Dockerfile b/tools/android_custom_build/Dockerfile index 7e67cc9214..539badb362 100644 --- a/tools/android_custom_build/Dockerfile +++ b/tools/android_custom_build/Dockerfile @@ -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 && \