From 56083a3f779204d177f4bd6b0362bca7783ad29d Mon Sep 17 00:00:00 2001 From: Simon Schwitanski <schwitanski@itc.rwth-aachen.de> Date: Wed, 7 Aug 2024 13:45:56 +0200 Subject: [PATCH] Add clang-format as base dependency --- Dockerfile.itac | 2 +- Dockerfile.must | 2 +- Dockerfile.parcoach | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.itac b/Dockerfile.itac index 8cd4eead..fe45d893 100644 --- a/Dockerfile.itac +++ b/Dockerfile.itac @@ -3,7 +3,7 @@ FROM debian:latest USER root RUN apt-get update --fix-missing && \ - apt-get install -y p7zip p7zip-full apt-transport-https ca-certificates python-is-python3 python3-pip pipenv valgrind git cmake vim && \ + apt-get install -y p7zip p7zip-full apt-transport-https ca-certificates python-is-python3 python3-pip pipenv valgrind git cmake vim clang-format && \ update-ca-certificates && \ apt-get autoremove -yq && apt-get clean -yq diff --git a/Dockerfile.must b/Dockerfile.must index 470043f8..327883bd 100644 --- a/Dockerfile.must +++ b/Dockerfile.must @@ -3,7 +3,7 @@ FROM debian:12 USER root RUN apt-get update --fix-missing && \ - apt-get install -y p7zip p7zip-full apt-transport-https ca-certificates python-is-python3 python3-pip pipenv valgrind git cmake vim && \ + apt-get install -y p7zip p7zip-full apt-transport-https ca-certificates python-is-python3 python3-pip pipenv valgrind git cmake vim clang-format && \ update-ca-certificates && \ apt-get autoremove -yq && apt-get clean -yq diff --git a/Dockerfile.parcoach b/Dockerfile.parcoach index a9d23f1a..ff876038 100644 --- a/Dockerfile.parcoach +++ b/Dockerfile.parcoach @@ -2,7 +2,7 @@ FROM debian:12 USER root RUN apt-get update --fix-missing && \ - apt-get install -y p7zip p7zip-full apt-transport-https ca-certificates python-is-python3 python3-pip pipenv valgrind git cmake vim && \ + apt-get install -y p7zip p7zip-full apt-transport-https ca-certificates python-is-python3 python3-pip pipenv valgrind git cmake vim clang-format && \ update-ca-certificates && \ apt-get autoremove -yq && apt-get clean -yq -- GitLab