mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove HERA from base image
This commit is contained in:
parent
1fbc17ba05
commit
f4ab85da3e
@ -57,18 +57,6 @@ RUN set -ex; \
|
|||||||
ninja install/strip; \
|
ninja install/strip; \
|
||||||
rm -rf /usr/src/evmone
|
rm -rf /usr/src/evmone
|
||||||
|
|
||||||
# HERA
|
|
||||||
RUN set -ex; \
|
|
||||||
cd /usr/src; \
|
|
||||||
git clone --branch="v0.6.0" --depth 1 --recurse-submodules https://github.com/ewasm/hera.git; \
|
|
||||||
cd hera; \
|
|
||||||
mkdir build; \
|
|
||||||
cd build; \
|
|
||||||
cmake -G Ninja -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX="/usr" ..; \
|
|
||||||
ninja; \
|
|
||||||
ninja install/strip; \
|
|
||||||
rm -rf /usr/src/hera
|
|
||||||
|
|
||||||
FROM base
|
FROM base
|
||||||
COPY --from=libraries /usr/lib /usr/lib
|
COPY --from=libraries /usr/lib /usr/lib
|
||||||
COPY --from=libraries /usr/bin /usr/bin
|
COPY --from=libraries /usr/bin /usr/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user