Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejoigny-ledger authored Aug 2, 2023
1 parent afb65b1 commit 955a14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ARG PYTHON_BUILD_DEPS=libffi-dev,python3-dev
RUN apk add $(echo -n "$PYTHON_BUILD_DEPS" | tr , ' ')

# Install test tools (Ragger framework, Speculos emulator, Ledgerblue...)
RUN pip3 install --extra-index-url https://test.pypi.org/simple/ ragger[tests,all_backends]
RUN pip3 install ragger[tests,all_backends]

# Cleanup, remove packages that aren't needed anymore
RUN apk del $(echo -n "$PYTHON_BUILD_DEPS" | tr , ' ')

0 comments on commit 955a14d

Please sign in to comment.