From: Daniel Karbach Date: Thu, 24 Nov 2016 15:01:15 +0000 (+0100) Subject: old debian needs weird library path too X-Git-Url: http://git.localhorst.tv/?p=blank.git;a=commitdiff_plain;h=d6d568f97e755bf44f048975b375ed8cbcd6ac91 old debian needs weird library path too --- diff --git a/scripts/docker/debian-run-latest/Dockerfile b/scripts/docker/debian-run-latest/Dockerfile index e55b338..9b238a9 100644 --- a/scripts/docker/debian-run-latest/Dockerfile +++ b/scripts/docker/debian-run-latest/Dockerfile @@ -23,3 +23,5 @@ RUN apt -y install --no-install-recommends \ && apt-get -y clean \ && printf '[general]\ndrivers = null\n' > /etc/openal/alsoft.conf \ ; + +ENV LD_LIBRARY_PATH /usr/lib/x86_64-linux-gnu