Build: ensure bash available for vendor install.sh

This commit is contained in:
Alireza Vaezi
2025-08-07 21:28:12 -04:00
parent dad816e5a1
commit 9384c26504

View File

@@ -3,7 +3,7 @@ FROM python:3.11-slim
# Install system dependencies required by SDK and tooling
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates tar \
bash ca-certificates tar \
libusb-1.0-0 libgl1 libx11-6 libxext6 libxcb1 libgtk-3-0 \
&& rm -rf /var/lib/apt/lists/*