Add wget so --solv can grab correct verison of solc

pull/731/head^2
mickayz 6 years ago
parent db5a0f91d1
commit ed27a60c05
  1. 1
      Dockerfile

@ -16,6 +16,7 @@ RUN apt-get update \
python3-dev \ python3-dev \
pandoc \ pandoc \
git \ git \
wget \
&& ln -s /usr/bin/python3 /usr/local/bin/python && ln -s /usr/bin/python3 /usr/local/bin/python
COPY ./requirements.txt /opt/mythril/requirements.txt COPY ./requirements.txt /opt/mythril/requirements.txt

Loading…
Cancel
Save