From 6de8c2abd74fa4d7d08c008c5e75b694140bd691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sen=C3=A9n=20Rodero=20Rodr=C3=ADguez?= Date: Tue, 13 Apr 2021 19:46:22 +0200 Subject: [PATCH] Install shared-mime-info required to install the mimemagic gem --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 03e4a0ccf..a26193b3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND noninteractive # Install essential Linux packages RUN apt-get update -qq -RUN apt-get install -y build-essential libpq-dev postgresql-client nodejs imagemagick sudo libxss1 libappindicator1 libindicator7 unzip memcached cmake pkg-config +RUN apt-get install -y build-essential libpq-dev postgresql-client nodejs imagemagick sudo libxss1 libappindicator1 libindicator7 unzip memcached cmake pkg-config shared-mime-info # Files created inside the container repect the ownership RUN adduser --shell /bin/bash --disabled-password --gecos "" consul \