Build: ensure bash available for vendor install.sh
This commit is contained in:
@@ -3,7 +3,7 @@ FROM python:3.11-slim
|
|||||||
|
|
||||||
# Install system dependencies required by SDK and tooling
|
# Install system dependencies required by SDK and tooling
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
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 \
|
libusb-1.0-0 libgl1 libx11-6 libxext6 libxcb1 libgtk-3-0 \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user