+7
-4
@@ -2,12 +2,15 @@ FROM danger89/cmake:latest
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update && apt-get install -y curl gnupg jq git \
|
||||
RUN apt-get update && apt-get install -y \
|
||||
curl \
|
||||
gnupg \
|
||||
jq \
|
||||
git \
|
||||
clang-tidy \
|
||||
&& curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
|
||||
&& apt-get install -y nodejs \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN apt-get install -y clang-tidy
|
||||
|
||||
RUN node -v && cppcheck --version && clang-format --version
|
||||
RUN node -v && cppcheck --version && clang-format --version && clang-tidy --version
|
||||
|
||||
Reference in New Issue
Block a user