debian-bootstrap.sh: use the Ubuntu libsecp256k1 package (haskoin/secp256k1-haskell#15)

This commit is contained in:
Jens Petersen 2019-01-08 11:24:24 +09:00
parent 8463f4562e
commit bc6a92ab01

View File

@ -99,6 +99,7 @@ apt-get install -y \
libsdl2-image-dev \
libsdl2-mixer-dev \
libsdl2-ttf-dev \
libsecp256k1-dev \
libsnappy-dev \
libsndfile1-dev \
libsodium-dev \
@ -228,16 +229,6 @@ curl https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-l
&& rm libtensorflow.tar.gz \
&& ldconfig
# Install secp256k1
cd /tmp \
&& git clone https://github.com/bitcoin-core/secp256k1.git \
&& cd secp256k1 \
&& ./autogen.sh \
&& ./configure --enable-module-recovery \
&& make \
&& make install
# NOTE: also update Dockerfile when cuda version changes
# Install CUDA toolkit
# The current version can be found at: https://developer.nvidia.com/cuda-downloads