From 558d7ccfb2926b2e5b80be6da5b82572082ac40f Mon Sep 17 00:00:00 2001 From: Hugo Herter Date: Sat, 19 Aug 2023 17:34:18 +0200 Subject: [PATCH] fixup! Feature: Ledger wallets could not sign using ethereum --- docker/python-3.10.dockerfile | 2 +- docker/python-3.11.dockerfile | 2 +- docker/python-3.9.dockerfile | 2 +- docker/ubuntu-20.04.dockerfile | 2 +- docker/ubuntu-22.04.dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker/python-3.10.dockerfile b/docker/python-3.10.dockerfile index 6edbd57f..3af183ca 100644 --- a/docker/python-3.10.dockerfile +++ b/docker/python-3.10.dockerfile @@ -29,7 +29,7 @@ USER root RUN chown -R user:user /opt/aleph-sdk-python RUN git config --global --add safe.directory /opt/aleph-sdk-python -RUN pip install -e .[testing,ethereum,solana,tezos] +RUN pip install -e .[testing,ethereum,solana,tezos,ledger] RUN mkdir /data RUN chown user:user /data diff --git a/docker/python-3.11.dockerfile b/docker/python-3.11.dockerfile index 25a58823..644195a7 100644 --- a/docker/python-3.11.dockerfile +++ b/docker/python-3.11.dockerfile @@ -29,7 +29,7 @@ USER root RUN chown -R user:user /opt/aleph-sdk-python RUN git config --global --add safe.directory /opt/aleph-sdk-python -RUN pip install -e .[testing,ethereum,solana,tezos] +RUN pip install -e .[testing,ethereum,solana,tezos,ledger] RUN mkdir /data RUN chown user:user /data diff --git a/docker/python-3.9.dockerfile b/docker/python-3.9.dockerfile index b1714077..ff6d3c41 100644 --- a/docker/python-3.9.dockerfile +++ b/docker/python-3.9.dockerfile @@ -29,7 +29,7 @@ USER root RUN chown -R user:user /opt/aleph-sdk-python RUN git config --global --add safe.directory /opt/aleph-sdk-python -RUN pip install -e .[testing,ethereum,solana,tezos] +RUN pip install -e .[testing,ethereum,solana,tezos,ledger] RUN mkdir /data RUN chown user:user /data diff --git a/docker/ubuntu-20.04.dockerfile b/docker/ubuntu-20.04.dockerfile index a548d506..cb0d7c7e 100644 --- a/docker/ubuntu-20.04.dockerfile +++ b/docker/ubuntu-20.04.dockerfile @@ -34,7 +34,7 @@ USER root RUN chown -R user:user /opt/aleph-sdk-python RUN git config --global --add safe.directory /opt/aleph-sdk-python -RUN pip install -e .[testing,ethereum,solana,tezos] +RUN pip install -e .[testing,ethereum,solana,tezos,ledger] RUN mkdir /data RUN chown user:user /data diff --git a/docker/ubuntu-22.04.dockerfile b/docker/ubuntu-22.04.dockerfile index 2ee0ab98..8e44e482 100644 --- a/docker/ubuntu-22.04.dockerfile +++ b/docker/ubuntu-22.04.dockerfile @@ -34,7 +34,7 @@ USER root RUN chown -R user:user /opt/aleph-sdk-python RUN git config --global --add safe.directory /opt/aleph-sdk-python -RUN pip install -e .[testing,ethereum,solana,tezos] +RUN pip install -e .[testing,ethereum,solana,tezos,ledger] RUN mkdir /data RUN chown user:user /data