Skip to content

Commit

Permalink
Remove something I don't remember why I've added
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Jan 4, 2024
1 parent f5a9346 commit f706a06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .docker/lint/c-lint.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM python:3

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

RUN pip install -U pip
RUN pip install cpplint
RUN apt update && apt install clang-format -y

Expand Down

0 comments on commit f706a06

Please sign in to comment.