]> git.localhorst.tv Git - blank.git/blobdiff - scripts/docker/ubuntu-run-latest/Dockerfile
use printf to echo newlines
[blank.git] / scripts / docker / ubuntu-run-latest / Dockerfile
index b3b44539e62c10d72b7349d8b440e7f6ae96bb1a..dbda152871f161195a97f7e84cc2560e12b945c8 100644 (file)
@@ -3,6 +3,7 @@ FROM ubuntu:latest
 RUN apt update \
        && apt -y upgrade \
        && apt -y install --no-install-recommends \
+               dbus \
                git \
                make \
                xauth \
@@ -21,7 +22,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