Skip to content

Commit

Permalink
Change pip upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Dec 26, 2023
1 parent 1364316 commit ea7a538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/lint/c-lint.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3

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

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

Expand Down

0 comments on commit ea7a538

Please sign in to comment.