add libtool and automake to the dockerfiles so they can build coincurve

This commit is contained in:
Victor Shyba 2021-07-15 17:07:47 -03:00 committed by Victor Shyba
parent 8c79740ee8
commit d151a82d78
2 changed files with 2 additions and 0 deletions

View file

@ -13,6 +13,7 @@ RUN apt-get update && \
wget \
tar unzip \
build-essential \
automake libtool \
pkg-config \
libleveldb-dev \
python3.7 \

View file

@ -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 \