From 8d34270909e1a82532923d0542aa478587c769b9 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Tue, 14 Apr 2020 19:33:05 +0700 Subject: [PATCH] Add build deps for python-cryptography --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 372921f..d9c5635 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get install -y git RUN git clone git://github.com/spesmilo/electrum.git $ELECTRUM_INSTALL_DIR RUN git checkout $ELECTRUM_VERSION RUN git submodule update --init -RUN apt-get install -y libsecp256k1-0 +RUN apt-get install -y build-essential libssl-dev libffi-dev python3-dev libsecp256k1-0 RUN python3 -m pip install --user . cryptography RUN ln -s $ELECTRUM_INSTALL_DIR/run_electrum /usr/local/bin/electrum