[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH v2 2/5] automation/alpine: add elfutils-dev
In preparation for adding some livepatch-build-tools test update the Alpine container to also install elfutils-dev. Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> --- automation/build/alpine/3.18.dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automation/build/alpine/3.18.dockerfile b/automation/build/alpine/3.18.dockerfile index 4ae9cb5e9e30..aac2d8cc82d9 100644 --- a/automation/build/alpine/3.18.dockerfile +++ b/automation/build/alpine/3.18.dockerfile @@ -47,3 +47,5 @@ RUN apk --no-cache add \ libcap-ng-dev \ ninja \ pixman-dev \ + # livepatch-tools deps + elfutils-dev -- 2.43.0
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |