Skip to content

Commit

Permalink
Add nodejs back to linuxfr.org container which is used to uglify java…
Browse files Browse the repository at this point in the history
…script assets
  • Loading branch information
Trim committed Mar 24, 2024
1 parent 9ae0b64 commit c861fcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/linuxfr.org/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c861fcd

Please sign in to comment.