WIP: integrate-old-refactors-of-github #1

Draft
hdh20267 wants to merge 140 commits from integrate-old-refactors-of-github into main
Showing only changes of commit 9384c26504 - Show all commits

View File

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