Skip to content

Commit

Permalink
docker: fixes to run on 22.04
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Bandeira <[email protected]>
  • Loading branch information
Vitor Bandeira committed Oct 29, 2024
1 parent a60ae7f commit 882e73a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ RUN apt update && \
tzdata \
clang-tidy-14 \
clang-tidy-15 \
clang-tidy-16 \
clang-tidy-17 \
clang-tidy-18 \
python3 \
python3-pip \
&& rm -rf /var/lib/apt/lists/

COPY . /clang_tidy_review/

RUN python3 -m pip install --break-system-packages /clang_tidy_review/post/clang_tidy_review
RUN python3 -m pip install --upgrade pip && \
python3 -m pip install --break-system-packages /clang_tidy_review/post/clang_tidy_review

ENTRYPOINT ["review"]

0 comments on commit 882e73a

Please sign in to comment.