|
|
@ -47,6 +47,6 @@ ENV PATH="/home/slither/.local/bin:${PATH}" |
|
|
|
RUN --mount=type=bind,target=/mnt,source=/wheels,from=python-wheels \ |
|
|
|
RUN --mount=type=bind,target=/mnt,source=/wheels,from=python-wheels \ |
|
|
|
pip3 install --user --no-cache-dir --upgrade --no-index --find-links /mnt --no-deps /mnt/*.whl |
|
|
|
pip3 install --user --no-cache-dir --upgrade --no-index --find-links /mnt --no-deps /mnt/*.whl |
|
|
|
|
|
|
|
|
|
|
|
RUN solc-select install 0.4.25 && solc-select use 0.4.25 |
|
|
|
RUN solc-select use latest --always-install |
|
|
|
|
|
|
|
|
|
|
|
CMD /bin/bash |
|
|
|
CMD /bin/bash |
|
|
|