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

Missing dependencies in python2.7 image #120

Closed
drigz opened this issue Oct 25, 2017 · 0 comments · Fixed by #140
Closed

Missing dependencies in python2.7 image #120

drigz opened this issue Oct 25, 2017 · 0 comments · Fixed by #140
Assignees

Comments

@drigz
Copy link
Contributor

drigz commented Oct 25, 2017

The python2.7 image installs the following packages:

        packages["zlib1g"],
        packages["python2.7-minimal"],
        packages["libpython2.7-minimal"],
        packages["libpython2.7-stdlib"],

However, libpython2.7-stdlib depends on more: (note - this is from the debian:jessie-backports image, which already has some packages that distroless doesn't - eg libreadline6).

The following extra packages will be installed:
  libexpat1 libffi6 libpython2.7-minimal libsqlite3-0 libssl1.0.0 mime-support
Recommended packages:
  file

Are these dependencies intentionally excluded? Should/could the deb extractor check dependencies or is this out-of-scope?

I ran into this while trying to use defusedxml inside a container: tiran/defusedxml#10

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

Successfully merging a pull request may close this issue.

2 participants