Skip to content

Commit

Permalink
fix: Use a uid that is not already taken
Browse files Browse the repository at this point in the history
In ubuntu2404, the user ubuntu is already using the uid 1000.
  • Loading branch information
Konubinix committed Aug 8, 2024
1 parent b156ee6 commit ea77621
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 @@ -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)"

Expand Down

0 comments on commit ea77621

Please sign in to comment.