fix
Some checks failed
Docker Builders / build-base-builder (push) Successful in 37s
Docker Builders / build-cpp-builder (push) Failing after 23s

This commit is contained in:
2026-04-26 16:12:38 +02:00
parent e93ea347a5
commit 4a4e103714

View File

@@ -6,7 +6,9 @@ RUN apt-get update && apt-get install -y \
build-essential \
ccache \
git \
pkg-config
lsb-release \
pkg-config \
software-properties-common
ENV PATH="/root/.local/bin:${PATH}"