From 77d3565ec87abfe353fb3e69fce4d0582c7e33a0 Mon Sep 17 00:00:00 2001 From: Luis Mastrangelo Date: Wed, 13 Dec 2023 16:20:10 -0300 Subject: [PATCH] Fix building repository image on Apple M-chips (#104) Signed-off-by: Luis Mastrangelo --- h5ai-nginx | 2 +- hedera-patch/h5ai-nginx.patch | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/h5ai-nginx b/h5ai-nginx index 453a6681..aa211ecb 160000 --- a/h5ai-nginx +++ b/h5ai-nginx @@ -1 +1 @@ -Subproject commit 453a6681ef93a7a43ee339b5301743e27d7a3b62 +Subproject commit aa211ecb4454be61547c9723617e61f7dd5b4fc7 diff --git a/hedera-patch/h5ai-nginx.patch b/hedera-patch/h5ai-nginx.patch index 2922b542..46e1d7fe 100644 --- a/hedera-patch/h5ai-nginx.patch +++ b/hedera-patch/h5ai-nginx.patch @@ -51,8 +51,8 @@ diff --git a/Dockerfile b/Dockerfile --- a/Dockerfile (revision 453a6681ef93a7a43ee339b5301743e27d7a3b62) +++ b/Dockerfile (date 1702401995981) @@ -1,6 +1,9 @@ - FROM node:14-alpine - RUN apk add --no-cache git + FROM node:14.14-alpine + RUN apk add --no-cache git python2 make g++ RUN git clone https://github.com/sourcifyeth/h5ai.git +RUN cd h5ai && git checkout 15173ca22fcd4e9b2c0d11bdacc509428dba1bcd +COPY h5ai.patch /h5ai.patch