Revert alpine reset

This commit is contained in:
nolash 2020-12-16 09:23:32 +01:00
parent 26f0a2452d
commit ad3be535ba
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 0 additions and 5 deletions

View File

@ -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 <dev@holbrook.no> 0826EDA1702D1E87C6E2875121D2E7BB88C2A746"
LABEL spdx-license-identifier="GPL-3.0-or-later"
LABEL description="Ethereum smart contract interfaces used by the CIC component suite"