Skip to content

Commit

Permalink
add libtool and automake to the dockerfiles so they can build coincurve
Browse files Browse the repository at this point in the history
  • Loading branch information
shyba committed Jul 15, 2021
1 parent 8c79740 commit d151a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.wallet_server
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apt-get update && \
wget \
tar unzip \
build-essential \
automake libtool \
pkg-config \
libleveldb-dev \
python3.7 \
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.web
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ENV DOCKER_TAG=$DOCKER_TAG DOCKER_COMMIT=$DOCKER_COMMIT
RUN apt-get update && \
apt-get -y --no-install-recommends install \
wget \
automake libtool \
tar unzip \
build-essential \
pkg-config \
Expand Down

0 comments on commit d151a82

Please sign in to comment.