Skip to content

Commit 7821be4

Browse files
committed
debug
1 parent f98840c commit 7821be4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/cloudbuild/dockerfiles/checkers.Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ ARG ARCH=amd64
2323

2424
RUN dnf makecache && \
2525
dnf install -y \
26-
cargo \
2726
cmake \
2827
clang-tools-extra \
2928
diffutils \
@@ -35,7 +34,9 @@ RUN dnf makecache && \
3534
python-pip \
3635
ShellCheck
3736

38-
RUN which cargo
37+
RUN dnf makecache && \
38+
dnf install -y \
39+
cargo
3940

4041
RUN cargo install typos-cli --locked --version 1.24.1 --root /usr/local
4142

0 commit comments

Comments
 (0)