apt clean
Some checks failed
Docker Builders / build-base-builder (push) Failing after 2m25s
Docker Builders / build-cpp-builder (push) Has been skipped

This commit is contained in:
2026-04-16 10:59:39 +02:00
parent b6049da822
commit 974101c5a2
2 changed files with 5 additions and 1 deletions

View File

@@ -21,4 +21,5 @@ RUN apt-get update && apt-get install -y \
software-properties-common \
gnupg \
python3 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*