Add libudev-dev to docker image to build remote-wallet (#8149)

automerge
This commit is contained in:
Tyera Eulberg
2020-02-06 14:45:05 -07:00
committed by GitHub
parent 09686290bc
commit b832a03315
2 changed files with 4 additions and 3 deletions

View File

@ -17,6 +17,7 @@ RUN set -x \
clang-7 \
cmake \
lcov \
libudev-dev \
libclang-common-7-dev \
mscgen \
net-tools \