diff --git a/Containerfile b/Containerfile index e106399..72dbeb6 100644 --- a/Containerfile +++ b/Containerfile @@ -3,6 +3,7 @@ FROM docker.io/library/alpine:3.19 RUN --mount=type=cache,target=/var/cache \ apk add \ age \ + curl \ git \ && ln -snf /host/etc/passwd /etc/passwd \ && ln -snf /host/etc/group /etc/group \