From f9c93afc826d9c326409a822fd5f6b6088465751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Wed, 8 Sep 2021 16:22:12 +0200 Subject: [PATCH] Bugfix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8eb4747..996f3f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Andrej RamaĊĦeuski <andrej.ramaseuski@pirati.cz> RUN apt-get update && \ apt-get install -y --no-install-recommends \ build-essential && \ - apt remove libgs9 ghostscript libgs9-common + apt-get remove -y libgs9 ghostscript libgs9-common COPY ./themes/ /usr/src/redmine/public/themes/ COPY ./plugins/ /usr/src/redmine/plugins/ -- GitLab