Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Nov 21, 2024
1 parent 80081bc commit 232ac73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ COPY --chown=user:user --chmod=700 ./scripts/builder.sh /home/user/builder.sh
# Builder Image
FROM moby/buildkit AS builder_client

COPY --from=builder_binary --chown=root:root --chmod=700 /builder /home/builder
COPY --from=builder_binary --chown=root:root --chmod=700 /builder /root/builder

RUN apk add --no-cache docker

Expand Down

0 comments on commit 232ac73

Please sign in to comment.