Add several boost libraries to deb image

This commit is contained in:
alesapin 2020-06-11 15:54:29 +03:00
parent 86538dc4b4
commit 36ea4abb48

View File

@ -54,6 +54,8 @@ RUN apt-get --allow-unauthenticated update -y \
libboost-system-dev \
libboost-filesystem-dev \
libboost-thread-dev \
libboost-iostreams-dev \
libboost-regex-dev \
zlib1g-dev \
liblz4-dev \
libdouble-conversion-dev \