initial commit
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
FROM danger89/cmake:latest
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update && apt-get install -y curl gnupg jq git \
|
||||
&& 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 node -v && npm -v && cppcheck --version && clang-format --version
|
||||
Reference in New Issue
Block a user