Skip to content

Commit

Permalink
Merge pull request #79 from LedgerHQ/fix-mesa-loader-lib-error
Browse files Browse the repository at this point in the history
fix MESA-LOADER failure to open libraries
  • Loading branch information
cedelavergne-ledger authored Aug 9, 2023
2 parents 4624dd3 + 7c58354 commit 9f61dc7
Show file tree
Hide file tree
Showing 2 changed files with 7 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.2.7] - 2023-08-09

### Changed
- Add mesa-dri-gallium package to dev-tools docker

## [3.2.6] - 2023-08-02

### Changed
Expand Down
3 changes: 2 additions & 1 deletion dev-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ RUN apk add libusb \
qemu-arm \
jq \
curl \
tesseract-ocr
tesseract-ocr \
mesa-dri-gallium

ARG QEMU_BIN=qemu-arm

Expand Down

0 comments on commit 9f61dc7

Please sign in to comment.