Skip to content
Snippets Groups Projects
Verified Commit 2fe0fe07 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent c1402816
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,6 @@ RUN apt-get install -y python3-pip
COPY doc/requirements.txt requirements.txt
RUN pip3 install -r requirements.txt
RUN echo "deb http://deb.debian.org/debian buster-backports main" > /etc/apt/sources.list.d/buster-backports.list
RUN apt-get update
RUN apt-get install -y clang-format-11
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment