From ea776215abd07741cb8d68c13e66f92df3179819 Mon Sep 17 00:00:00 2001 From: Samuel Loury Date: Thu, 8 Aug 2024 17:03:32 +0200 Subject: [PATCH] fix: Use a uid that is not already taken In ubuntu2404, the user ubuntu is already using the uid 1000. --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 47664ac..9642d2d 100644 --- a/Earthfile +++ b/Earthfile @@ -156,7 +156,7 @@ fix-quality: test-install-ubuntu: FROM ubuntu:24.04 RUN apt-get update && apt-get install --yes sudo curl python3 - DO e+USE_USER --sudoer=y + DO e+USE_USER --sudoer=y --uid=1001 DO +INSTALL --from=doc RUN test foo = "$(clk echo foo)"