Skip to content

Commit

Permalink
Add missing tools to check icons (identify) and makefile (grep - clas…
Browse files Browse the repository at this point in the history
…sic, not busybox)
  • Loading branch information
cedelavergne-ledger committed Oct 10, 2024
1 parent 46896aa commit bfa59de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ ARG PYTHON_BUILD_DEPS=libffi-dev,python3-dev,py3-virtualenv
# Install the building dependencies.
RUN apk add $(echo -n "$PYTHON_BUILD_DEPS" | tr , ' ')

# Install packahes to allow Guideline Enforcer to run
RUN apk add imagemagick grep

# Install test tools (Ragger framework, Speculos emulator, Ledgerblue...)
RUN pip3 install --no-cache-dir "ragger[tests,all_backends]==1.24.0" "speculos==0.10.0"

Expand Down

0 comments on commit bfa59de

Please sign in to comment.