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 iproute2 package to Docker image #85

Open
Gulluth opened this issue Dec 26, 2023 · 1 comment
Open

Add iproute2 package to Docker image #85

Gulluth opened this issue Dec 26, 2023 · 1 comment

Comments

@Gulluth
Copy link

Gulluth commented Dec 26, 2023

I have successfully installed theonionbox using a modified version of your Dockerfile. When using it as-is, theonionbox app exits with an error.

"FileNotFoundError: [Errno 2] No such file or directory: 'ip': 'ip'"

The fix for this is to install the package 'iproute2'

I have added the following line to the Dockerfile.

RUN apt update && apt install -y iproute2

@Linutux
Copy link

Linutux commented Dec 12, 2024

Could you provide the docker file you used?

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

2 participants