Skip to content

Commit

Permalink
Remove godep as it's not actually used
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelbernadi authored Mar 22, 2023
1 parent 6e57ca6 commit a7adf55
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 a7adf55

Please sign in to comment.