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"]