We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd2859 commit eac569cCopy full SHA for eac569c
ci/cloudbuild/dockerfiles/checkers.Dockerfile
@@ -23,7 +23,6 @@ ARG ARCH=amd64
23
24
RUN dnf makecache && \
25
dnf install -y \
26
- cargo \
27
cmake \
28
clang-tools-extra \
29
diffutils \
@@ -35,7 +34,11 @@ RUN dnf makecache && \
35
34
python-pip \
36
ShellCheck
37
38
-RUN cargo install typos-cli --version 1.24.1 --root /usr/local
+RUN dnf makecache && \
+ dnf install -y \
39
+ cargo
40
+
41
+RUN cargo install typos-cli --locked --version 1.24.1 --root /usr/local
42
43
RUN curl -L -o /usr/bin/buildifier https://github.com/bazelbuild/buildtools/releases/download/v6.4.0/buildifier-linux-amd64 && \
44
chmod 755 /usr/bin/buildifier
0 commit comments