From 3128ac502854ca57c8f810a7ee1580cb014f6b29 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Sat, 19 Sep 2020 11:30:46 +0000 Subject: [PATCH] Add clang-format to docker container --- .devcontainer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 963e74c..9036cd0 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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 +RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ + && apt-get -y install --no-install-recommends clang-format