From 2115bf817c71c3ed0684ccf8b92625f4ea6b6610 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Sat, 15 May 2021 12:01:29 +0200 Subject: [PATCH] Add missing dependency --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c2b7db5eb..39f7d87bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN apt-get -y update && \ eatmydata apt-get -y upgrade && \ eatmydata apt-get install -y --no-install-recommends \ build-essential \ - chromium \ + chromium \ dumb-init \ gettext \ libpq5 \ @@ -34,6 +34,7 @@ RUN apt-get -y update && \ libssl-dev \ postgresql-client \ python3-dev \ + python3-magic \ python3-pip \ uwsgi \ uwsgi-plugin-python3 \ -- GitLab