dellelce / mkit

build software from (latest available) source
1 stars 2 forks source link

python3 build: improve size #69

Open dellelce opened 5 months ago

dellelce commented 5 months ago

some directories are probably not need, the test directory is not in the official alpine build (python:alpine) and takes over 120MB:

/ # du -ks /app/python/lib/python3.12/test
129432  /app/python/lib/python3.12/test
dellelce commented 5 months ago

also .pyc files should not be kept in the container image.