Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some alpine related deps questions #105

Open
iham opened this issue Aug 31, 2018 · 0 comments
Open

some alpine related deps questions #105

iham opened this issue Aug 31, 2018 · 0 comments

Comments

@iham
Copy link
Member

iham commented Aug 31, 2018

i am fiddling with plone docker for some days now and stumbled upon alpine the other day...

and i like it - obviously...

i did my own docker using buildout instead of unified installer ...

now i need to ask - as i am not familiar with alpine and so on...

the build-deps are
gcc
libc-dev
zlib-dev
libjpeg-turbo-dev
libpng-dev
libxml2-dev
libxslt-dev
pcre-dev

which are only used to get the enviroment and buildout done.

then those get removed and some other packages get installed:
bash
libxml2
libxslt
libjpeg-turbo

1.) why is there no libpng anymore? is that include anywhere else after pil was compiled?
2.) do i need bash? - found out docker-entrypoint.sh does make some trouble about operands not found ... any help about that?

3.) where to add vw and poppler-utils? to the run-deps i guess?
4.) why are the none *-dev packages used afterwards?

thanks for your help :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant