mirror of
https://github.com/codex-storage/dist-tests-geth.git
synced 2025-02-16 19:46:28 +00:00
8 lines
139 B
Docker
8 lines
139 B
Docker
FROM ethereum/client-go:v1.11.5
|
|
RUN apk --update add curl
|
|
|
|
COPY content .
|
|
|
|
ENTRYPOINT ["/usr/bin/env"]
|
|
CMD ["sh", "docker-entrypoint.sh"]
|