Skip to content

Commit

Permalink
Fix buildctl install
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Dec 8, 2023
1 parent 9f042b1 commit 5c2e1c2
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 install/get-kubectl /tmp
RUN /tmp/get-kubectl

# buildctl
COPY install/get-kubectl /tmp
COPY install/get-buildctl /tmp
RUN /tmp/get-buildctl

# kustomize
Expand Down

0 comments on commit 5c2e1c2

Please sign in to comment.