Skip to content

Fix for curl: (6) Could not resolve host: ftp.netperf.org #2

Description

@JurreBrandsen1709

netperf.org redirects to -> https://hewlettpackard.github.io/netperf/ where the following is announced:

Netperf has migrated to GitHub! This website was also migrated in an effort to preserve any important historical documentation. Links have been updated and cleaned up as much as possible, but some may no longer work.

In the Docker file change line 13 from:

RUN curl -LO ftp://ftp.netperf.org/netperf/netperf-2.7.0.tar.gz && tar -xzf netperf-2.7.0.tar.gz

to the new link from github:

RUN curl -LO https://github.com/HewlettPackard/netperf/archive/netperf-2.7.0.tar.gz && tar -xzf netperf-2.7.0.tar.gz && mv netperf-netperf-2.7.0/ netperf-2.7.0

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