From 1fb5e480e017d9e8afa7b6268f066ebb30c0d604 Mon Sep 17 00:00:00 2001 From: Nianyu Shen Date: Thu, 21 Sep 2023 02:04:54 -0700 Subject: [PATCH] move etcdctl to /usr/bin --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 48f13ee..63eccb0 100644 --- a/Earthfile +++ b/Earthfile @@ -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