Skip to content

Commit

Permalink
Fix building repository images on Apple M-chips
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Mastrangelo <[email protected]>
  • Loading branch information
acuarica committed Dec 13, 2023
1 parent ff002d8 commit dc51bdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion h5ai-nginx
4 changes: 2 additions & 2 deletions hedera-patch/h5ai-nginx.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc51bdb

Please sign in to comment.