Skip to content
Snippets Groups Projects
Verified Commit 56083a3f authored by Simon Schwitanski's avatar Simon Schwitanski :slight_smile:
Browse files

Add clang-format as base dependency

parent 92bf4f5d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment