Install curl
ContainerImages/cfg/pipeline/head This commit looks good
Details
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
parent
4bba99f4f2
commit
e75f97cc8c
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue