From 897e8715615be918b20f3eb45e5c11cf9f6fd70c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Van=C3=AD=C4=8Dek?= Date: Thu, 23 Mar 2023 16:37:27 +0100 Subject: [PATCH] Redmine crashes on startup with "Could not find a JavaScript runtime." --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b55bb33..2401328 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ENV REDMINE_SEND_REMINDERS_DAYS=0 \ REDMINE_SEND_REMINDERS_CRON_EXPR="0 7 * * 1-5" RUN apt-get update \ - && apt-get install -y cron gcc make \ + && apt-get install -y cron nodejs gcc make \ # Compile FFI module \ && chmod 770 /usr/local/bundle/gems /usr/local/bundle/extensions/x86_64-linux /usr/local/bundle/extensions/x86_64-linux/3.1.0 \ && bundle check || bundle install \