diff --git a/Dockerfile b/Dockerfile index e9a2e420b..2bbbbe6b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY --from=builder /go/src/github.com/openshift/cluster-node-tuning-operator/_o COPY --from=builder /go/src/github.com/openshift/cluster-node-tuning-operator/_output/gather-sysinfo /usr/bin/ ENV ASSETS_DIR=/root/assets -COPY assets $ASSETS_DIR +COPY --from=builder /go/src/github.com/openshift/cluster-node-tuning-operator/assets $ASSETS_DIR COPY hack/dockerfile_install_support.sh /tmp RUN /bin/bash /tmp/dockerfile_install_support.sh