From ad3be535bac4ba19f7ba9161c14bab0c03991959 Mon Sep 17 00:00:00 2001 From: nolash Date: Wed, 16 Dec 2020 09:23:32 +0100 Subject: [PATCH] Revert alpine reset --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) 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"