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

Commit 0b342c0

Browse files
authored
Merge pull request #5844 from ethereum/docker
docker: Add all tools to aleth docker image
2 parents 1614343 + 2741601 commit 0b342c0

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)