Skip to content

Commit a7adf55

Browse files
Remove godep as it's not actually used
1 parent 6e57ca6 commit a7adf55

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ ENV PATH $GOPATH/bin:$PATH
2121

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

2725
COPY . /gopath/src/k8s.io/node-problem-detector/
2826
WORKDIR /gopath/src/k8s.io/node-problem-detector

0 commit comments

Comments
 (0)