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