Add needed dependencies

This commit is contained in:
Emilien Devos 2017-10-04 14:05:11 +02:00 committed by GitHub
parent a2041c9874
commit e663657727

View file

@ -10,6 +10,8 @@ RUN set -x \
git \ git \
libboost1.58-all-dev \ libboost1.58-all-dev \
libssl-dev \ libssl-dev \
libzmq3-dev \
libsodium-dev \
make \ make \
pkg-config \ pkg-config \
' \ ' \