You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to ask why you do not base on node image but on Ubuntu image. Are there some dependencies that Ubuntu image has but Node image has not?
In my opinion building image basing on Node is more consistent with docker philosophy of installing minimal number of packages. What do you think about this?
The text was updated successfully, but these errors were encountered:
Maybe because the official Node image is based on Alpine Linux and not Ubuntu. IMHO, one should always use a Debian stable base image (and that would most certainly also require a Node update).
Hi.
I would like to ask why you do not base on node image but on Ubuntu image. Are there some dependencies that Ubuntu image has but Node image has not?
In my opinion building image basing on Node is more consistent with docker philosophy of installing minimal number of packages. What do you think about this?
The text was updated successfully, but these errors were encountered: