← Blog
21 October 2023
For my current development project, I wanted to install NodeJS in my docker image, with the following constraints:
- OS starting point that I define ( monthly patched version of Debian-LTS )
- Latest security patched version of the NodeJS binaries
- Need faster security patching
- Low disk footprint
Built this snippet: https://gitlab.com/-/snippets/3613589
Hoping you find it useful.