Skip to content

Commit

Permalink
move etcdctl to /usr/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
nianyush committed Sep 21, 2023
1 parent 7717635 commit 1fb5e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ provider-image:
RUN luet install -y k8s/$K8S_DISTRIBUTION@$BASE_K8S_VERSION && luet cleanup
RUN rm -f /etc/ssh/ssh_host_* /etc/ssh/moduli

COPY (+download-etcdctl/etcdctl) /usr/local/bin/
COPY (+download-etcdctl/etcdctl) /usr/bin/

RUN touch /etc/machine-id \
&& chmod 444 /etc/machine-id
Expand Down

0 comments on commit 1fb5e48

Please sign in to comment.