From c861fcd091c53a66d1aad90c6e79df63a65fbcbf Mon Sep 17 00:00:00 2001 From: Adrien Dorsaz Date: Sun, 24 Mar 2024 20:41:58 +0100 Subject: [PATCH] Add nodejs back to linuxfr.org container which is used to uglify javascript assets --- deployment/linuxfr.org/Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deployment/linuxfr.org/Containerfile b/deployment/linuxfr.org/Containerfile index 61539ab7..da1460d8 100644 --- a/deployment/linuxfr.org/Containerfile +++ b/deployment/linuxfr.org/Containerfile @@ -20,7 +20,8 @@ RUN \ build-essential openssl libreadline-dev curl libcurl4-openssl-dev zlib1g \ zlib1g-dev libssl-dev libxml2-dev libxslt-dev autoconf libgmp-dev libyaml-dev \ ncurses-dev bison automake libtool imagemagick libc6-dev hunspell \ - hunspell-fr-comprehensive ruby ruby-dev ruby-rack; \ + hunspell-fr-comprehensive ruby ruby-dev ruby-rack \ + nodejs; \ gem install bundler -v 2.4.20; \ apt-get clean