From 281c3babea1cf6db951c47e5bceb93f7168a4ff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Tue, 16 Jul 2024 19:29:06 +0200 Subject: [PATCH] Dockerfile fix --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b0dc316..5b73610 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,3 @@ FROM redmine:5.1.3 -MAINTAINER Andrej RamaĊĦeuski <andrej.ramaseuski@pirati.cz> -RUN apt update && apt install ruby-dev +RUN apt update && apt install -y ruby-dev -- GitLab