Skip to content

Commit

Permalink
latest conan
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Jun 2, 2024
1 parent 308b034 commit 2d0e77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_linter_dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt update \
&& apt install -y clang-tidy-19 \
&& apt-get clean

RUN pipx install --system-site-packages conan==2 --pip-args="--no-cache-dir"
RUN pipx install --system-site-packages conan --pip-args="--no-cache-dir"

ENV PATH="/root/.local/bin:$PATH"

Expand Down

0 comments on commit 2d0e77e

Please sign in to comment.