We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1078991 commit 1c02741Copy full SHA for 1c02741
.github/dockerfiles/Dockerfile_22.04-aarch64
@@ -6,6 +6,7 @@ RUN apt-get install -y git
6
RUN apt-get install --yes cmake
7
RUN apt-get install --yes gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
8
RUN apt-get install --yes python3 python3-pip
9
+RUN pip install cmakelint colorama lit
10
RUN apt-get install --yes spirv-tools
11
RUN apt-get install --yes zstd
12
RUN apt-get -y install gh
0 commit comments