mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 20:24:31 +00:00
Rootfs: Add curl to alpine rootfs builder.
If alpine image is created inside a container, it does not get any golang version data. It will try to get it by installing yq. To install yq curl is used. Signed-off-by: Carlos Venegas <jos.c.venegas.munoz@intel.com>
This commit is contained in:
parent
fc90bb5314
commit
4895747f35
@ -8,5 +8,6 @@ FROM ${IMAGE_REGISTRY}/alpine:3.13.5
|
||||
|
||||
RUN apk update && apk add \
|
||||
bash \
|
||||
curl \
|
||||
coreutils \
|
||||
binutils
|
||||
|
Loading…
Reference in New Issue
Block a user