Skip to content

Commit aeaa2a6

Browse files
committed
Fix missing fonts
1 parent 1601482 commit aeaa2a6

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.MD

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

7+
## [Unreleased]
8+
### Fixed
9+
- Fixed missing `fontconfig` dependency for EasyLauncher plugin
10+
711
## [v3.0.1] - 2026-03-04
812
### Fixed
913
- Fixed missing `platform-tools` in Android SDK installation. It turned out that AGP downloads them during build if missing

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ LABEL tag="ackee-gitlab" \
199199
description="This Docker image serves as an environment for running Android builds on Gitlab CI in Ackee workspace"
200200

201201
RUN apt update && apt install -y --no-install-recommends \
202+
# Needed for EasyLauncher
203+
fontconfig \
202204
# Needed for danger-js
203205
nodejs \
204206
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)