Skip to content
Snippets Groups Projects
Commit 0ac8c234 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

Dockerfile: add missing dependencies

Change-Id: I15fc7859a645f51918df0a911ae3ba1d077f6211
parent c482366e
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,8 @@ RUN apt-get update && apt-get install -y \
libdbus-c++-dev \
libexpat1-dev \
libfmt-dev \
libgmp-dev \
nettle-dev \
libgnutls28-dev \
libjsoncpp-dev \
libmsgpack-dev \
......@@ -35,6 +37,9 @@ RUN apt-get update && apt-get install -y \
libvpx-dev \
libx264-dev \
libyaml-cpp-dev \
libhttp-parser-dev \
libwebrtc-audio-processing-dev \
libsecp256k1-dev \
nasm \
pkg-config \
yasm
......
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