Skip to content

Commit

Permalink
Rootfs: Add curl to alpine rootfs builder.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jcvenegas committed Jul 28, 2021
1 parent fc90bb5 commit 4895747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/osbuilder/rootfs-builder/alpine/Dockerfile.in
Expand Up @@ -8,5 +8,6 @@ FROM ${IMAGE_REGISTRY}/alpine:3.13.5

RUN apk update && apk add \
bash \
curl \
coreutils \
binutils

0 comments on commit 4895747

Please sign in to comment.