diff --git a/Containerfile b/Containerfile index 2cc4f0e..197c43d 100644 --- a/Containerfile +++ b/Containerfile @@ -29,6 +29,8 @@ RUN --mount=type=cache,target=/var/cache \ age \ gcc \ git \ + && ln -snf /host/etc/passwd /etc/passwd \ + && ln -snf /host/etc/group /etc/group \ && cp -a /build/usr/local/bin/. /usr/local/bin \ && for cmd in \ systemctl \