Add clang-format to docker container
This commit is contained in:
parent
9ce05da1d9
commit
3128ac5028
1 changed files with 2 additions and 2 deletions
|
@ -3,5 +3,5 @@ ARG VARIANT="buster"
|
|||
FROM mcr.microsoft.com/vscode/devcontainers/cpp:0-${VARIANT}
|
||||
|
||||
# [Optional] Uncomment this section to install additional packages.
|
||||
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||
# && apt-get -y install --no-install-recommends <your-package-list-here>
|
||||
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||
&& apt-get -y install --no-install-recommends clang-format
|
||||
|
|
Loading…
Add table
Reference in a new issue