diff --git a/Dockerfile b/Dockerfile index 077c3b8..d3c7aac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,8 @@ RUN dpkg --add-architecture i386 && \ xserver-xorg-core xserver-xorg-video-dummy xserver-xorg-input-libinput \ fluxbox dbus-x11 xauth xfonts-base x11-xserver-utils \ software-properties-common wget curl ca-certificates locales pciutils \ + libboost-chrono1.74.0 libboost-filesystem1.74.0 libboost-locale1.74.0 \ + libboost-program-options1.74.0 libboost-thread1.74.0 \ libcap2-bin libgomp1 mesa-utils \ libxcb-cursor0 libxcb-xinerama0 libxcb-xfixes0 libxcb-shape0 libxcb-randr0 libxcb-xtest0 \ libxcb1 libxcb-render0 libxcb-render-util0 libxcb-util1 libxcb-keysyms1 \