-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently alpine for NodeJS is optimized and alpine for Python is also optimized. But they're different Dockerfile. If we install Python in a usual way in alpine, it will increase size significantly. So we need to merge these two Dockerfile into one so that we can optimized image for Alpine.
See more here:
- Alpine 11 for Node LTS: 27.4MB
- Alpine 10 for Python 3.7: 31.28MB
Hopefully we can optimize base on those materials.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request