Fix the build for ocid to cri-o rename
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
cb4234b020
commit
4606f2a61a
12 changed files with 22 additions and 22 deletions
|
@ -46,6 +46,6 @@ RUN set -x \
|
|||
&& cp runc /usr/local/bin/runc \
|
||||
&& rm -rf "$GOPATH"
|
||||
|
||||
WORKDIR /go/src/github.com/kubernetes-incubator/ocid
|
||||
WORKDIR /go/src/github.com/kubernetes-incubator/cri-o
|
||||
|
||||
ADD . /go/src/github.com/kubernetes-incubator/ocid
|
||||
ADD . /go/src/github.com/kubernetes-incubator/cri-o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue