Skip to content

Commit c861fcd

Browse files
committed
Add nodejs back to linuxfr.org container which is used to uglify javascript assets
1 parent 9ae0b64 commit c861fcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deployment/linuxfr.org/Containerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ RUN \
2020
build-essential openssl libreadline-dev curl libcurl4-openssl-dev zlib1g \
2121
zlib1g-dev libssl-dev libxml2-dev libxslt-dev autoconf libgmp-dev libyaml-dev \
2222
ncurses-dev bison automake libtool imagemagick libc6-dev hunspell \
23-
hunspell-fr-comprehensive ruby ruby-dev ruby-rack; \
23+
hunspell-fr-comprehensive ruby ruby-dev ruby-rack \
24+
nodejs; \
2425
gem install bundler -v 2.4.20; \
2526
apt-get clean
2627

0 commit comments

Comments
 (0)