tutorial: volume, clang-format and clang-tidy

This commit is contained in:
martin
2023-07-07 10:40:25 +02:00
parent 6772c7bfc8
commit 33a11f7d1f
4 changed files with 268 additions and 0 deletions

View File

@@ -19,3 +19,5 @@ RUN apt-get install -y --no-install-recommends \
wget \
&& rm -rf /var/lib/apt/lists/*
VOLUME ["/builder/mnt"]
WORKDIR /builder/mnt