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

dockerize do not recognize dependencies on debian #22

Open
cz172638 opened this issue Mar 20, 2020 · 1 comment
Open

dockerize do not recognize dependencies on debian #22

cz172638 opened this issue Mar 20, 2020 · 1 comment

Comments

@cz172638
Copy link
Contributor

reproducer:
on debian buster:
install podman from repository mentioned in https://podman.io/getting-started/installation in debian section.

$ apt install python3-jinja2 python3-pyelftools tcpdump
$ pip3 install --user git+https://github.com/larsks/dockerize
$ dockerize -t tcpdump:buster-amd64-latest /usr/sbin/tcpdump
$ podman diff $(podman image list -n localhost/tcpdump:buster-amd64-latest --format "{{.ID}}")
A /Dockerfile
A /etc
A /etc/group
A /etc/nsswitch.conf
A /etc/passwd
A /usr
A /usr/sbin
A /usr/sbin/tcpdump
$ 
@cz172638
Copy link
Contributor Author

cz172638 commented Mar 20, 2020

forgot mention:

$ sudo -i
# pushd /usr/bin
# ln -s podman docker
# exit

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

No branches or pull requests

1 participant