From 279fb8803e1cd26c63482d0af4ee46b052ebe535 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Mon, 20 Dec 2021 23:54:46 -0500 Subject: [PATCH] Update Dockerfile-ubuntu_18_04 --- scripts/Dockerfile-ubuntu_18_04 | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/scripts/Dockerfile-ubuntu_18_04 b/scripts/Dockerfile-ubuntu_18_04 index 34e075c2..dfeb039a 100644 --- a/scripts/Dockerfile-ubuntu_18_04 +++ b/scripts/Dockerfile-ubuntu_18_04 @@ -26,10 +26,7 @@ RUN apt-get update -y && \ git \ g++-10 \ libavdevice-dev \ - libboost-filesystem-dev \ - libboost-log-dev \ - libboost-regex-dev \ - libboost-thread-dev \ + libboost-all-dev \ libcap-dev \ libdrm-dev \ libevdev-dev \ @@ -55,4 +52,4 @@ RUN /root/cuda.run --silent --toolkit --toolkitpath=/usr --no-opengl-libs --no-m COPY build-private.sh /root/build.sh -ENTRYPOINT ["/root/build.sh" -p] +ENTRYPOINT ["/root/build.sh"]