Skip to content

Commit

Permalink
clean up dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc committed Dec 26, 2023
1 parent c7e0a2c commit a7d9d82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM ubuntu:22.04

RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update \
&& apt-get -y install git g++ cmake libssl-dev libgtest-dev clang-format clang-tidy
&& apt-get -y install git g++ cmake libssl-dev \
libgtest-dev clang-format clang-tidy doxygen

ENV CMAKE_CXX_CLANG_TIDY="clang-tidy;-fix"
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"customizations": {
"vscode": {
"extensions": [
"dbaeumer.vscode-eslint"
"streetsidesoftware.code-spell-checker"
]
}
}
}
}

0 comments on commit a7d9d82

Please sign in to comment.