X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=scripts%2Fdocker%2Fdebian-run-testing%2FDockerfile;h=8538b751fc06bd6b7d5af434cca3cedbd11faad1;hb=1a8974bcfeb6f6c937f2ec523e52fdc4a3785f1e;hp=8af8716236934f07d2c4f0e275d6ae1fb32eb556;hpb=27d34ab291ed6c574432b1331c7ab61172a097d7;p=blank.git diff --git a/scripts/docker/debian-run-testing/Dockerfile b/scripts/docker/debian-run-testing/Dockerfile index 8af8716..8538b75 100644 --- a/scripts/docker/debian-run-testing/Dockerfile +++ b/scripts/docker/debian-run-testing/Dockerfile @@ -3,6 +3,7 @@ FROM debian:testing RUN apt -y update \ && apt -y upgrade \ && apt -y install --no-install-recommends \ + dbus \ git \ make \ xauth \ @@ -21,5 +22,5 @@ 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 \ ;