Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Jul 7, 2024
1 parent 966e9da commit 99f93d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/images/dev-env-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt update \
cppcheck=2.10-2

RUN apt clean \
&& rm -rf /var&lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/*

RUN ln -s /usr/bin/clang-format-15 /usr/bin/clang-format \
&& ln -s /usr/bin/clang-tidy-15 /usr/bin/clang-tidy
Expand Down

0 comments on commit 99f93d4

Please sign in to comment.