dockerfile: install missing boost libraries
This commit is contained in:
@ -14,6 +14,8 @@ RUN apt-get install -y \
|
||||
libboost-regex-dev \
|
||||
libboost-system-dev \
|
||||
libboost-thread-dev \
|
||||
libboost-coroutine-dev \
|
||||
libboost-context-dev \
|
||||
libdwarf-dev \
|
||||
libelf-dev \
|
||||
libfontconfig1-dev \
|
||||
|
||||
Reference in New Issue
Block a user