Add missing boost libraries into docker image

This commit is contained in:
Azat Khuzhin 2020-06-11 11:47:30 +03:00
parent 8ec3ab9c9f
commit 0731f2293d

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 \