aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Dockerfile_alpine
blob: 21bba456670d6d7429571e2b4f2d0c4653f18a4f (plain) (blame)
1
2
3
4
5
FROM alpine
MAINTAINER chriseth <chris@ethereum.org>

COPY upload/solc-static-linux /usr/local/bin/solc
ENTRYPOINT ["/usr/local/bin/solc"]