diff --git a/docker/kayobe/Dockerfile b/docker/kayobe/Dockerfile index 65e73f4..a373dd1 100644 --- a/docker/kayobe/Dockerfile +++ b/docker/kayobe/Dockerfile @@ -74,7 +74,7 @@ COPY --chown=stack:stack $KAYOBE_DOCKER_SSH_CONFIG_PATH /stack/.ssh/config RUN chmod 600 /stack/.ssh/config # Copy custom binaries into image. The wildcard worksaround the check on the parent directory existing. -COPY .automation/utils/* .automation.conf/docker*/kayobe/bin/* /usr/local/bin +COPY .automation/utils/kayobe-automation-activate .automation.conf/docker*/kayobe/bin/* /usr/local/bin # Control host bootsrap without leaving kayobe-config in the image RUN --mount=type=ssh,uid=1000 --mount=type=tmpfs,target=/tmp/src --mount=type=bind,source=.,target=/src sudo cp -rfp /src /tmp/ && \