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

Add /bin/kill to the container image #12

Closed
wants to merge 1 commit into from
Closed

Add /bin/kill to the container image #12

wants to merge 1 commit into from

Conversation

fourstepper
Copy link
Contributor

@fourstepper fourstepper commented Mar 24, 2021

add procps package to Debian to provide /bin/kill, which is often relied upon by systemd for reloading services (keepalived, for example)

It is debateable if this should be a dependency for said package, but for now it is a quick fix that costs us just 1866 kB

fixes #8

add procps package to Debian to provide /bin/kill, which is often relied upon by systemd for reloading services (keepalived, for example)

It is debateable if this should be a dependency for said package, but for now it is a quick fix at 1866 kB
@fourstepper fourstepper changed the title Update Dockerfile Add /bin/kill to the container image Mar 26, 2021
@geerlingguy
Copy link
Owner

Sorry I didn't get to this earlier; I just resolved it in 6f6a165

@geerlingguy geerlingguy closed this Mar 7, 2022
@fourstepper
Copy link
Contributor Author

Hi, great, thanks a lot :)

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 this pull request may close these issues.

Failed at step EXEC spawning /bin/kill: No such file or directory
2 participants