diff --git a/scripts/Dockerfile-ubuntu_18_04 b/scripts/Dockerfile-ubuntu_18_04 index dfeb039a..5ee33ae3 100644 --- a/scripts/Dockerfile-ubuntu_18_04 +++ b/scripts/Dockerfile-ubuntu_18_04 @@ -26,7 +26,10 @@ RUN apt-get update -y && \ git \ g++-10 \ libavdevice-dev \ - libboost-all-dev \ + libboost-filesystem-dev \ + libboost-log-dev \ + libboost-regex-dev \ + libboost-thread-dev \ libcap-dev \ libdrm-dev \ libevdev-dev \