From 61d5e47f995d398fd8a8a8127ae3dca911ec61eb Mon Sep 17 00:00:00 2001 From: Jesse Riemens Date: Wed, 16 Oct 2024 11:36:14 +0200 Subject: [PATCH] bitbake: contrib/hashserv/Dockerfile: Add libgcc to image for runtime dependency Libgcc is required as a runtime dependency. Without it, we get the following error: OSError: Error loading shared library libgcc_s.so.1: No such file or directory (Bitbake rev: 95e61f3dacacb3a001d9f0e2db4c4a2960d96640) Signed-off-by: Jesse Riemens Signed-off-by: Richard Purdie --- bitbake/contrib/hashserv/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/contrib/hashserv/Dockerfile b/bitbake/contrib/hashserv/Dockerfile index 74b4a3be1d..aec1f86fc9 100644 --- a/bitbake/contrib/hashserv/Dockerfile +++ b/bitbake/contrib/hashserv/Dockerfile @@ -11,7 +11,7 @@ FROM alpine:3.13.1 -RUN apk add --no-cache python3 +RUN apk add --no-cache python3 libgcc COPY bin/bitbake-hashserv /opt/bbhashserv/bin/ COPY lib/hashserv /opt/bbhashserv/lib/hashserv/