From 568d8db7863fd41e136383ac8ff6c8a670b08a02 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Wed, 20 Dec 2017 11:16:55 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b12bc52..5eaafad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,7 @@ RUN curl -o /etc/yum.repos.d/security:shibboleth.repo \ httpd \ mod_ssl \ shibboleth.x86_64 \ + dos2unix \ && yum clean all \ && rm /etc/httpd/conf.d/autoindex.conf \ && rm /etc/httpd/conf.d/ssl.conf \