X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=scripts%2Fdocker%2Fubuntu-run-latest%2FDockerfile;h=dbda152871f161195a97f7e84cc2560e12b945c8;hb=refs%2Fheads%2Fmaster;hp=b3b44539e62c10d72b7349d8b440e7f6ae96bb1a;hpb=27d34ab291ed6c574432b1331c7ab61172a097d7;p=blank.git diff --git a/scripts/docker/ubuntu-run-latest/Dockerfile b/scripts/docker/ubuntu-run-latest/Dockerfile index b3b4453..dbda152 100644 --- a/scripts/docker/ubuntu-run-latest/Dockerfile +++ b/scripts/docker/ubuntu-run-latest/Dockerfile @@ -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