dist-tests-geth/Dockerfile

8 lines
139 B
Docker
Raw Normal View History

FROM ethereum/client-go:v1.11.6
RUN apk --update add curl
2023-07-20 12:31:29 +00:00
COPY content .
ENTRYPOINT ["/usr/bin/env"]
CMD ["sh", "docker-entrypoint.sh"]