X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=scripts%2Fdocker%2Fubuntu-run-latest%2FDockerfile;h=dbda152871f161195a97f7e84cc2560e12b945c8;hb=1a8974bcfeb6f6c937f2ec523e52fdc4a3785f1e;hp=69c11a91e44a6676cffa0ebdada3ed377e2222ea;hpb=ae99cb2cdafb6f59ab82e598331ce0951b32bce2;p=blank.git diff --git a/scripts/docker/ubuntu-run-latest/Dockerfile b/scripts/docker/ubuntu-run-latest/Dockerfile index 69c11a9..dbda152 100644 --- a/scripts/docker/ubuntu-run-latest/Dockerfile +++ b/scripts/docker/ubuntu-run-latest/Dockerfile @@ -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