diff --git a/Dockerfile b/Dockerfile index f6c00f80c..02f212b05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ WORKDIR /workspace # Copy binaries COPY ${HELM} helm -COPY --from=thirdparty /binaries/helm/latest/$BIN_TYPE/$TARGETARCH/helm /binaries/helm +COPY --from=thirdparty /binaries/helm/latest/$BIN_TYPE/$TARGETARCH/helm . COPY ${HELM_CHART} vcluster-0.18.1.tgz # Install Delve for debugging