mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-16 14:28:35 +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:
@@ -8,5 +8,6 @@ FROM ${IMAGE_REGISTRY}/alpine:3.13.5
|
||||
|
||||
RUN apk update && apk add \
|
||||
bash \
|
||||
curl \
|
||||
coreutils \
|
||||
binutils
|
||||
|
Reference in New Issue
Block a user