Skip to content

Commit

Permalink
move etcdctl to /usr/bin (#59) (#61)
Browse files Browse the repository at this point in the history
(cherry picked from commit 96372c7)

Co-authored-by: Nianyu Shen <[email protected]>
  • Loading branch information
github-actions[bot] and nianyush authored Sep 21, 2023
1 parent f67db2a commit b583e08
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 b583e08

Please sign in to comment.