diff --git a/Dockerfile b/Dockerfile index b5505470..c1e69d44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ ARG OST_VERSION # Set up OS dependencies RUN apk add --no-cache ca-certificates build-base linux-headers curl +RUN apk add --no-cache libc6-compat # Set WORKDIR to finschia WORKDIR /finschia-build/finschia diff --git a/networks/local/finschianode/Dockerfile b/networks/local/finschianode/Dockerfile index 616751c9..b7d209b8 100644 --- a/networks/local/finschianode/Dockerfile +++ b/networks/local/finschianode/Dockerfile @@ -16,6 +16,7 @@ ARG OST_VERSION # Set up OS dependencies RUN apk add --no-cache ca-certificates build-base linux-headers curl +RUN apk add --no-cache libc6-compat # Set WORKDIR to finschia WORKDIR /finschia-build/finschia