Skip to content

Commit

Permalink
Merge pull request #19 from Zondax/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosala authored Apr 11, 2024
2 parents 7116e27 + 4d27323 commit 0b87eeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ RUN git clone https://github.com/LedgerHQ/speculos --depth 1
RUN cd speculos && cmake -Bbuild -H. -DWITH_VNC=1
RUN make -C speculos/build

RUN pip install --upgrade pip pipenv
RUN cd speculos && python -m pipenv install --deploy --system

# Patch proxy to connect to all interfaces
RUN sed -i "s/HOST = '127.0.0.1'/HOST = '0.0.0.0'/g" speculos/tools/ledger-live-http-proxy.py

Expand Down

0 comments on commit 0b87eeb

Please sign in to comment.