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

WIP: pipeline

parent 092a065f
No related branches found
No related tags found
No related merge requests found
Pipeline #8088 failed
......@@ -11,7 +11,7 @@ RUN apt-get install -y python3-pip
COPY doc/requirements.txt requirements.txt
RUN pip3 install -r requirements.txt
RUN echo "deb ftp.de.debian.org/debian buster-backports main" > /etc/apt/sources.list.d/buster-backports.list
RUN echo "deb http://ftp.de.debian.org/debian buster-backports main" > /etc/apt/sources.list.d/buster-backports.list
RUN apt-get update
RUN apt-get install -y cmake=3.16.3-3~bpo10+1
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