We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae0b64 commit c861fcdCopy full SHA for c861fcd
deployment/linuxfr.org/Containerfile
@@ -20,7 +20,8 @@ RUN \
20
build-essential openssl libreadline-dev curl libcurl4-openssl-dev zlib1g \
21
zlib1g-dev libssl-dev libxml2-dev libxslt-dev autoconf libgmp-dev libyaml-dev \
22
ncurses-dev bison automake libtool imagemagick libc6-dev hunspell \
23
- hunspell-fr-comprehensive ruby ruby-dev ruby-rack; \
+ hunspell-fr-comprehensive ruby ruby-dev ruby-rack \
24
+ nodejs; \
25
gem install bundler -v 2.4.20; \
26
apt-get clean
27
0 commit comments