X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=scripts%2Fdocker%2Fdebian-run-latest%2FDockerfile;h=9b238a99f3c4f3ecd03fc459a76aeca4834f5d18;hb=refs%2Fheads%2Fmaster;hp=85c6b820ca7b7b9b1071dac52d5cd67ae76c7462;hpb=27d34ab291ed6c574432b1331c7ab61172a097d7;p=blank.git diff --git a/scripts/docker/debian-run-latest/Dockerfile b/scripts/docker/debian-run-latest/Dockerfile index 85c6b82..9b238a9 100644 --- a/scripts/docker/debian-run-latest/Dockerfile +++ b/scripts/docker/debian-run-latest/Dockerfile @@ -21,5 +21,7 @@ RUN apt -y install --no-install-recommends \ libsdl2-ttf-2.0-0 \ zlib1g \ && apt-get -y clean \ - && echo -e '[general]\ndrivers = null' > /etc/openal/alsoft.conf \ + && printf '[general]\ndrivers = null\n' > /etc/openal/alsoft.conf \ ; + +ENV LD_LIBRARY_PATH /usr/lib/x86_64-linux-gnu