diff mbox series

contrib/hashserv/Dockerfile: Add libgcc as dependency

Message ID 20241014151052.866580-1-j.riemens@alvatechnology.nl
State New
Headers show
Series contrib/hashserv/Dockerfile: Add libgcc as dependency | expand

Commit Message

Jesse Riemens Oct. 14, 2024, 3:10 p.m. UTC
From: Jesse Riemens <riemensjesse@gmail.com>

---
 contrib/hashserv/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Quentin Schulz Oct. 14, 2024, 5:19 p.m. UTC | #1
Hi Jesse,

On 10/14/24 5:10 PM, Jesse Riemens via lists.openembedded.org wrote:
> [You don't often get email from riemensjesse=gmail.com@lists.openembedded.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
> 
> From: Jesse Riemens <riemensjesse@gmail.com>
> 

We're missing two things here:
1) a commit message explaining why this is required,
2) your Signed-off-by because you agree to the Developer's Certificate 
of Origin, c.f. 
https://docs.yoctoproject.org/contributor-guide/submit-changes.html

Cheers,
Quentin
diff mbox series

Patch

diff --git a/contrib/hashserv/Dockerfile b/contrib/hashserv/Dockerfile
index 74b4a3be1..aec1f86fc 100644
--- a/contrib/hashserv/Dockerfile
+++ b/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/