dockerfile: install missing boost libraries

This commit is contained in:
2026-01-11 20:19:33 +01:00
parent 241c583c54
commit 91bd98db62

View File

@ -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 \