linea now with maru

This commit is contained in:
goldsquid
2025-10-24 16:32:06 +07:00
parent 78bb1f32a4
commit 8d6ceb6794
15 changed files with 449 additions and 10 deletions

5
linea/maru.Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
ARG MARU_IMAGE=consensys/maru
ARG MARU_VERSION=bcfdb4
FROM ${MARU_IMAGE}:${MARU_VERSION}
RUN apt-get update && apt-get install -y gettext && rm -rf /var/lib/apt/lists/*