diff --git a/integrations/operator/Dockerfile b/integrations/operator/Dockerfile index 7b3177df67613..9c7652003b75e 100644 --- a/integrations/operator/Dockerfile +++ b/integrations/operator/Dockerfile @@ -58,6 +58,7 @@ RUN go mod download COPY *.go ./ COPY lib/ lib/ COPY gen/ gen/ +COPY entitlements/ entitlements/ COPY integrations/lib/embeddedtbot/ integrations/lib/embeddedtbot/ COPY integrations/operator/apis/ integrations/operator/apis/ COPY integrations/operator/controllers/ integrations/operator/controllers/ diff --git a/integrations/operator/Dockerfile.gha b/integrations/operator/Dockerfile.gha index e3810c4232f5b..dba764f0beed3 100644 --- a/integrations/operator/Dockerfile.gha +++ b/integrations/operator/Dockerfile.gha @@ -75,6 +75,7 @@ RUN go mod download COPY *.go ./ COPY lib/ lib/ COPY gen/ gen/ +COPY entitlements/ entitlements/ COPY integrations/lib/embeddedtbot/ integrations/lib/embeddedtbot/ COPY integrations/operator/apis/ integrations/operator/apis/ COPY integrations/operator/controllers/ integrations/operator/controllers/ diff --git a/integrations/teleport-spacelift-runner/Dockerfile b/integrations/teleport-spacelift-runner/Dockerfile index 6482e96742079..54624ab280e8e 100644 --- a/integrations/teleport-spacelift-runner/Dockerfile +++ b/integrations/teleport-spacelift-runner/Dockerfile @@ -20,6 +20,7 @@ COPY lib/ lib/ COPY api/ api/ COPY gen/ gen/ COPY build.assets/ build.assets/ +COPY entitlements/ entitlements/ COPY *.go ./ COPY Makefile Makefile COPY darwin-signing.mk darwin-signing.mk