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