Skip to content

Commit

Permalink
lite: add jq to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sgliner-ledger committed Oct 9, 2023
1 parent f9d5bc8 commit d7225de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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: 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 d7225de

Please sign in to comment.