X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=scripts%2Fdocker%2Fcentos-run-latest%2FDockerfile;h=48074a81ea737a6ff9e5446eecb68228de9f1572;hb=1a8974bcfeb6f6c937f2ec523e52fdc4a3785f1e;hp=e19bd267c9161e323cb91b1b394c448a99dd0a97;hpb=4bf20a032873db3fbb15182e5053284601b90a2f;p=blank.git diff --git a/scripts/docker/centos-run-latest/Dockerfile b/scripts/docker/centos-run-latest/Dockerfile index e19bd26..48074a8 100644 --- a/scripts/docker/centos-run-latest/Dockerfile +++ b/scripts/docker/centos-run-latest/Dockerfile @@ -22,5 +22,5 @@ RUN yum -y install \ SDL2_ttf \ zlib \ && yum -y clean packages \ - && echo -e '[general]\ndrivers = null' > /etc/openal/alsoft.conf \ + && printf '[general]\ndrivers = null\n' > /etc/openal/alsoft.conf \ ;