mirror of
https://github.com/logos-storage/dist-tests-geth.git
synced 2026-01-02 13:13:06 +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"]
|