diff --git a/Dockerfile b/Dockerfile index 7c172c3..23cf54b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,3 +47,5 @@ RUN set -x \ COPY . /go/src/github.com/docker/containerd WORKDIR /go/src/github.com/docker/containerd + +RUN make all install