Build: ensure bash available for vendor install.sh

This commit is contained in:
Alireza Vaezi
2025-08-07 21:28:12 -04:00
parent 4c9e9445e4
commit 28dab3a366

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/*