]> git.localhorst.tv Git - blank.git/blobdiff - scripts/docker/debian-run-latest/Dockerfile
old debian needs weird library path too
[blank.git] / scripts / docker / debian-run-latest / Dockerfile
index 838c84db8171a1ceaebd8194a555d6aeeb3dca6e..9b238a99f3c4f3ecd03fc459a76aeca4834f5d18 100644 (file)
@@ -3,6 +3,7 @@ FROM debian:latest
 RUN apt -y update \
        && apt -y upgrade \
        && apt -y install --no-install-recommends \
+               git \
                make \
                xauth \
                xvfb \
@@ -20,5 +21,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