citizenlab icon indicating copy to clipboard operation
citizenlab copied to clipboard

[CL-4191] Install Node.js using `apt-get install` in Dockerfile's

Open adessy opened this issue 1 year ago • 1 comments

According to Node.js documentation:

The installation scripts setup_XX.x are no longer supported and are not needed anymore, as the installation process is straightforward for any RPM and DEB distro.

Those scripts will be eventually made inactive. Furthermore, to encourage people to stop using them, the scripts wait (suspend the execution) for 60 seconds before resuming the installation.

Changelog

Technical

  • Install Node.js (for mjml) in back-end Dockerfiles using apt-get instead of the previous installation script that's now deprecated.

adessy avatar Oct 25 '23 08:10 adessy

Messages
:book: Changelog provided 🎉
:book: Jira issue: CL-4191
:book:

Run the e2e tests

:book: Check translation progress

Generated by :no_entry_sign: dangerJS against 7bcc73ebfbeb53e1bdcaeafb5ddab19df92400b0

cl-dev-bot avatar Nov 01 '23 13:11 cl-dev-bot