Skip to content

Commit

Permalink
Merge pull request #90 from LedgerHQ/add-jq
Browse files Browse the repository at this point in the history
lite: add jq to dockerfile
  • Loading branch information
sgliner-ledger committed Oct 9, 2023
2 parents f9d5bc8 + 75804ac commit 18aeb18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.8.0] - 2023-10-09

### Added
- Add `jq` to lite image

## [3.7.0] - 2023-10-09

### Changed
Expand Down
1 change: 0 additions & 1 deletion dev-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ RUN apk add libusb \
fontconfig \
py3-qt5 \
qemu-arm \
jq \
tesseract-ocr \
mesa-dri-gallium

Expand Down
1 change: 1 addition & 0 deletions lite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN apk add \
doxygen \
gcc-arm-none-eabi \
git \
jq \
lld \
make \
musl-dev \
Expand Down

0 comments on commit 18aeb18

Please sign in to comment.