Skip to content

Add iproute2 package to Docker image #85

Description

@Gulluth

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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions