From d6d568f97e755bf44f048975b375ed8cbcd6ac91 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Thu, 24 Nov 2016 16:01:15 +0100 Subject: [PATCH] old debian needs weird library path too --- scripts/docker/debian-run-latest/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2