Skip to content
Snippets Groups Projects
Commit 0a842042 authored by Adrien Beraud's avatar Adrien Beraud
Browse files

ci/docker: add cppunit

Change-Id: I3abcdfa8d6a32eedbfd99ab0302d18b5bad6dae6
parent 9aeb2377
No related branches found
No related tags found
No related merge requests found
...@@ -66,6 +66,7 @@ RUN apt-get install -y -o Acquire::Retries=10 \ ...@@ -66,6 +66,7 @@ RUN apt-get install -y -o Acquire::Retries=10 \
libvdpau-dev \ libvdpau-dev \
libssl-dev libssl-dev
RUN apt-get install -y pandoc \ RUN apt-get install -y pandoc \
libcppunit-dev \
googletest \ googletest \
libgtest-dev \ libgtest-dev \
wget wget
......
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