forked from LBRYCommunity/lbry-sdk
add libtool and automake to the dockerfiles so they can build coincurve
This commit is contained in:
parent
8c79740ee8
commit
d151a82d78
2 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ RUN apt-get update && \
|
||||||
wget \
|
wget \
|
||||||
tar unzip \
|
tar unzip \
|
||||||
build-essential \
|
build-essential \
|
||||||
|
automake libtool \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
libleveldb-dev \
|
libleveldb-dev \
|
||||||
python3.7 \
|
python3.7 \
|
||||||
|
|
|
@ -11,6 +11,7 @@ ENV DOCKER_TAG=$DOCKER_TAG DOCKER_COMMIT=$DOCKER_COMMIT
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get -y --no-install-recommends install \
|
apt-get -y --no-install-recommends install \
|
||||||
wget \
|
wget \
|
||||||
|
automake libtool \
|
||||||
tar unzip \
|
tar unzip \
|
||||||
build-essential \
|
build-essential \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
|
|
Loading…
Reference in a new issue