Skip to content

Commit

Permalink
additional system deps added for succesful libsecp256k1 compile
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Mar 4, 2020
1 parent 1a8a0ec commit 24bce19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ ENV MIX_ENV=$MIX_ENV

WORKDIR /code

RUN apt-get update && apt-get -y install autoconf git curl make build-essential && curl https://get.volta.sh | bash
RUN apt-get update && apt-get -y install procps autoconf libtool libgmp3-dev git curl make build-essential && \
curl https://get.volta.sh | bash

ENV PATH=$PATH:/root/.volta/bin

Expand Down

0 comments on commit 24bce19

Please # to comment.