Merge pull request #251 from cerc-io/dboreham/fix-ethereum-foundry

Update go-ethereum-foundry container for Debian base image
This commit is contained in:
David Boreham 2023-03-28 09:53:22 -06:00 committed by GitHub
commit b1f4f2e4e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,9 @@
# Note: cerc/foundry is Debian based
FROM cerc/foundry:local
RUN apk update ; apk add --no-cache --allow-untrusted ca-certificates curl bash git jq
RUN apk add --no-cache --upgrade grep
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends jq curl netcat
WORKDIR /root
ARG GENESIS_FILE_PATH=genesis.json