Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 2741601

Browse files
committed
docker: Add all tools to aleth docker image
This will additionally add: aleth-bootnode, aleth-key and aleth-vm. The aleth-key is probably useless but for simplicity it may stay. The default entry point is still aleth.py, but you can use other tools as ``` docker run -it --rm --entrypoint /usr/bin/aleth-vm ethereum/aleth --version aleth-vm 1.8.0-alpha.1-12+commit.43780e1c.dirty Build: linux/release ```
1 parent 43780e1 commit 2741601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docker/aleth.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ENTRYPOINT ["/usr/bin/testeth"]
3535
FROM alpine:latest AS aleth
3636
RUN apk add --no-cache python3 libstdc++
3737
RUN adduser -D aleth
38-
COPY --from=builder /usr/bin/aleth /source/scripts/aleth.py /source/scripts/dopple.py /usr/bin/
38+
COPY --from=builder /usr/bin/aleth* /source/scripts/aleth.py /source/scripts/dopple.py /usr/bin/
3939
COPY --from=builder /usr/share/aleth/ /usr/share/aleth/
4040
USER aleth
4141
EXPOSE 8545

0 commit comments

Comments
 (0)