Merge pull request #28 from cerc-io/dboreham/add-missing-python-dev-package
Add missing python-dev package, previously present in an older revisi…
This commit is contained in:
commit
2180aad63c
@ -1,7 +1,7 @@
|
|||||||
FROM skylenet/ethereum-genesis-generator AS ethgen
|
FROM skylenet/ethereum-genesis-generator AS ethgen
|
||||||
|
|
||||||
FROM cerc/go-ethereum:local
|
FROM cerc/go-ethereum:local
|
||||||
RUN apk add --no-cache python3 py3-pip curl wget jq build-base gettext libintl openssl bash
|
RUN apk add --no-cache python3 python3-dev py3-pip curl wget jq build-base gettext libintl openssl bash
|
||||||
|
|
||||||
COPY --from=ethgen /usr/local/bin/eth2-testnet-genesis /usr/local/bin/eth2-testnet-genesis
|
COPY --from=ethgen /usr/local/bin/eth2-testnet-genesis /usr/local/bin/eth2-testnet-genesis
|
||||||
COPY --from=ethgen /usr/local/bin/eth2-val-tools /usr/local/bin/eth2-val-tools
|
COPY --from=ethgen /usr/local/bin/eth2-val-tools /usr/local/bin/eth2-val-tools
|
||||||
|
Loading…
Reference in New Issue
Block a user