Skip to content

Commit 7b7c2a9

Browse files
Merge pull request #187 from LedgerHQ/cev/move_jq
Move jq
2 parents 71a2b0c + bfa03f5 commit 7b7c2a9

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.8.0] - 2025-xx-xx
9+
10+
### Changed
11+
- Moved jq installation from `full` image to `lite`
12+
813
## [4.7.0] - 2025-06-02
914

1015
### Changed

full/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ ENV RUST_STABLE=1.83.0
44
ENV RUST_NIGHTLY=nightly-2024-12-01
55

66
# Add curl for Rust buildchain
7-
RUN apt install -y --no-install-recommends \
8-
curl \
9-
jq
7+
RUN apt install -y --no-install-recommends curl
108

119
# Define rustup/cargo home directories
1210
ENV RUSTUP_HOME=/opt/rustup

lite/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RUN apt install -y --no-install-recommends \
1010
doxygen \
1111
gcc-arm-none-eabi \
1212
git \
13+
jq \
1314
libcmocka-dev \
1415
lcov \
1516
libnewlib-arm-none-eabi \

0 commit comments

Comments
 (0)