Change docker base image to alpine linux #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The docker image is based on Ubuntu Linux right now which leads to a >800MB image only to run a small python script.
I should give alpine Linux a trial to reduce image size significantly.