Skip to content

Commit

Permalink
Merge pull request #744 from miguelbernadi/patch-1
Browse files Browse the repository at this point in the history
Remove godep as it's not actually used
  • Loading branch information
k8s-ci-robot authored May 17, 2023
2 parents d4aeca0 + a7adf55 commit 8ec3f36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ ENV PATH $GOPATH/bin:$PATH

RUN apt-get update --fix-missing && apt-get --yes install libsystemd-dev gcc-aarch64-linux-gnu
RUN go version
RUN go install github.com/tools/godep@latest
RUN godep version

COPY . /gopath/src/k8s.io/node-problem-detector/
WORKDIR /gopath/src/k8s.io/node-problem-detector
Expand Down

0 comments on commit 8ec3f36

Please sign in to comment.