Skip to content

Commit

Permalink
Merge pull request #6 from rcarrillocruz/add_upstream_dockerfile_fixes
Browse files Browse the repository at this point in the history
Switch to centos 8 for upstream changes
  • Loading branch information
openshift-merge-robot committed Sep 28, 2020
2 parents 7ae0e41 + df8f639 commit c2c7078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ WORKDIR /go/src/github.com/openshift/debug-network
COPY . .
ENV GO_PACKAGE github.com/openshift/debug-network

FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:cli
FROM centos:8
COPY --from=builder /go/src/github.com/openshift/debug-network/debug-scripts/* /usr/bin/

RUN yum -y install jq tcpdump traceroute net-tools nmap-ncat pciutils strace numactl; yum clean all

0 comments on commit c2c7078

Please sign in to comment.