Add setup.py and Pipfile as precopy steps

pull/585/head
Marcus Mönnig 6 years ago
parent 4cf1f27f77
commit 9b027ed72b
  1. 3
      Dockerfile

@ -18,7 +18,8 @@ RUN apt-get update \
git \
&& ln -s /usr/bin/python3 /usr/local/bin/python
COPY ./setup.py /opt/mythril/setup.py
COPY ./Pipfile /opt/mythril/Pipfile
COPY ./requirements.txt /opt/mythril/requirements.txt
RUN cd /opt/mythril \

Loading…
Cancel
Save