diff --git a/Dockerfile b/Dockerfile index fcb5046..f029a48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ RUN apt-get update && apt-get install -y \ gitweb \ highlight \ libcgi-pm-perl \ + mime-support \ spawn-fcgi \ && rm -rf /var/lib/apt/lists/*