diff --git a/CHANGELOG.md b/CHANGELOG.md index b93c12f..9a74770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/dev-tools/Dockerfile b/dev-tools/Dockerfile index 645b7a4..a012e2a 100644 --- a/dev-tools/Dockerfile +++ b/dev-tools/Dockerfile @@ -5,7 +5,6 @@ RUN apk add libusb \ fontconfig \ py3-qt5 \ qemu-arm \ - jq \ tesseract-ocr \ mesa-dri-gallium diff --git a/lite/Dockerfile b/lite/Dockerfile index 866e24d..fe34259 100644 --- a/lite/Dockerfile +++ b/lite/Dockerfile @@ -20,6 +20,7 @@ RUN apk add \ doxygen \ gcc-arm-none-eabi \ git \ + jq \ lld \ make \ musl-dev \