]> git.localhorst.tv Git - blank.git/blobdiff - scripts/docker/centos-run-latest/Dockerfile
use printf to echo newlines
[blank.git] / scripts / docker / centos-run-latest / Dockerfile
index 5c09e0c89aec23f548adc56e60dcde45fc504e0d..48074a81ea737a6ff9e5446eecb68228de9f1572 100644 (file)
@@ -4,6 +4,7 @@ RUN yum -y update \
        && yum -y install epel-release \
        && yum -y update \
        && yum -y install \
+               git \
                make \
                which \
                xorg-x11-server-utils \
@@ -21,5 +22,5 @@ RUN yum -y install \
        SDL2_ttf \
        zlib \
        && yum -y clean packages \
-       && echo -e '[general]\ndrivers = null' > /etc/openal/alsoft.conf \
+       && printf '[general]\ndrivers = null\n' > /etc/openal/alsoft.conf \
        ;