diff --git a/images/nested-libvirt/Dockerfile b/images/nested-libvirt/Dockerfile index ae3839186da..bfea850d216 100644 --- a/images/nested-libvirt/Dockerfile +++ b/images/nested-libvirt/Dockerfile @@ -3,7 +3,7 @@ FROM openshift/origin-release:golang-1.10 AS build WORKDIR /go/src/github.com/openshift/installer COPY . . -RUN hack/build.sh +RUN TAGS=libvirt_destroy hack/build.sh FROM centos:7 COPY --from=build /go/src/github.com/openshift/installer/bin/openshift-install /bin/openshift-install