X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=scripts%2Fdocker%2Fdebian-run-testing%2FDockerfile;h=8538b751fc06bd6b7d5af434cca3cedbd11faad1;hb=1a8974bcfeb6f6c937f2ec523e52fdc4a3785f1e;hp=d21f0b15a7c95820a2d59f5b4fc4e51953a18dce;hpb=4bf20a032873db3fbb15182e5053284601b90a2f;p=blank.git diff --git a/scripts/docker/debian-run-testing/Dockerfile b/scripts/docker/debian-run-testing/Dockerfile index d21f0b1..8538b75 100644 --- a/scripts/docker/debian-run-testing/Dockerfile +++ b/scripts/docker/debian-run-testing/Dockerfile @@ -22,5 +22,5 @@ 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 \ ;