linea now with maru
This commit is contained in:
5
linea/maru.Dockerfile
Normal file
5
linea/maru.Dockerfile
Normal 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/*
|
||||
Reference in New Issue
Block a user