Skip to content
Snippets Groups Projects
Commit edf23957 authored by webmanue's avatar webmanue
Browse files

add clang-format to environment

parent 8ef9edef
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ ARG DEBIAN_FRONTEND=noninteractive
FROM $BASE_IMAGE
RUN apt-get update && apt-get install -y clang-format
RUN apt-get update && apt-get install -y cmake
RUN apt-get update && apt-get install -y g++
RUN apt-get update && apt-get install -y googletest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment