Install curl
ContainerImages/cfg/pipeline/head This commit looks good Details

The configuration system uses `curl` to fetch _age_ encryption keys from
the key server.  It was installed by default in the Fedora Minimal
container image, but it is not included in the base Alpine image.
main
Dustin 2024-01-19 16:04:31 -06:00
parent 4bba99f4f2
commit e75f97cc8c
1 changed files with 1 additions and 0 deletions

View File

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