Skip to content

Commit 8ec3f36

Browse files
authored
Merge pull request #744 from miguelbernadi/patch-1
Remove godep as it's not actually used
2 parents d4aeca0 + a7adf55 commit 8ec3f36

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)