Skip to content

Commit 08516d6

Browse files
committed
change custom binaries copy location
1 parent 84fbed5 commit 08516d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/kayobe/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ COPY --chown=stack:stack $KAYOBE_DOCKER_SSH_CONFIG_PATH /stack/.ssh/config
8585
RUN chmod 600 /stack/.ssh/config
8686

8787
# Copy custom binaries into image. The wildcard worksaround the check on the parent directory existing.
88-
COPY .automation/utils/kayobe-automation-activate .automation.conf/docker*/kayobe/bin/* /usr/local/bin/
88+
COPY ../../utils/kayobe-automation-activate ../../docker*/kayobe/bin/* /usr/local/bin/
8989

9090
# Control host bootsrap without leaving kayobe-config in the image
9191
RUN --mount=type=ssh,uid=1000 --mount=type=tmpfs,target=/tmp/src --mount=type=bind,source=.,target=/src sudo cp -rfp /src /tmp/ && \

0 commit comments

Comments
 (0)