]> 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 69c11a91e44a6676cffa0ebdada3ed377e2222ea..dbda152871f161195a97f7e84cc2560e12b945c8 100644 (file)
@@ -3,6 +3,8 @@ FROM ubuntu:latest
 RUN apt update \
        && apt -y upgrade \
        && apt -y install --no-install-recommends \
+               dbus \
+               git \
                make \
                xauth \
                xvfb \
@@ -20,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