Update go-ethereum-foundry container for Debian base image
Former-commit-id: 82acc99e2d
pull/283/head
parent
126d671bb0
commit
ce04ca2be5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue