X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=scripts%2Fdocker%2Fdebian-run-latest%2FDockerfile;h=e55b338641a588a38d4fba9c8f8c4c446bff44c9;hb=1a8974bcfeb6f6c937f2ec523e52fdc4a3785f1e;hp=85c6b820ca7b7b9b1071dac52d5cd67ae76c7462;hpb=4bf20a032873db3fbb15182e5053284601b90a2f;p=blank.git diff --git a/scripts/docker/debian-run-latest/Dockerfile b/scripts/docker/debian-run-latest/Dockerfile index 85c6b82..e55b338 100644 --- a/scripts/docker/debian-run-latest/Dockerfile +++ b/scripts/docker/debian-run-latest/Dockerfile @@ -21,5 +21,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 \ ;