Skip to content

Commit

Permalink
Added missing dependencies for Echidna
Browse files Browse the repository at this point in the history
  • Loading branch information
ESultanik committed Apr 11, 2019
1 parent 5f81dd4 commit 5c3ccb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ENV LANG C.UTF-8
# BEGIN Install Echidna

USER root
RUN apt-get install -y libgmp-dev libbz2-dev libreadline-dev curl libsecp256k1-dev
RUN apt-get install -y libgmp-dev libbz2-dev libreadline-dev curl libsecp256k1-dev software-properties-common locales-all locales zlib1g-dev
RUN curl -sSL https://get.haskellstack.org/ | sh
USER etheno
RUN git clone https://github.com/trailofbits/echidna.git
Expand Down

0 comments on commit 5c3ccb5

Please sign in to comment.