Skip to content

Commit

Permalink
fixup! Feature: Ledger wallets could not sign using ethereum
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Aug 19, 2023
1 parent e6fb32f commit 558d7cc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/python-3.10.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/python-3.11.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/python-3.9.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu-20.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu-22.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 558d7cc

Please sign in to comment.