diff --git a/Dockerfile b/Dockerfile index 011b481..3deaadb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,11 +18,6 @@ RUN cd cic-contracts && \ #RUN mkdir -vp /usr/local/share/cic/solidity && \ # cp -rv cic-contracts/abis -FROM python:3.8.6-alpine - -COPY --from=0 /usr/bin/solc /usr/bin/solc -COPY --from=1 /usr/local/share/cic/ /usr/local/share/cic/ - LABEL authors="Louis Holbrook 0826EDA1702D1E87C6E2875121D2E7BB88C2A746" LABEL spdx-license-identifier="GPL-3.0-or-later" LABEL description="Ethereum smart contract interfaces used by the CIC component suite"