We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1601482 commit 54f97bdCopy full SHA for 54f97bd
1 file changed
Dockerfile
@@ -199,6 +199,8 @@ LABEL tag="ackee-gitlab" \
199
description="This Docker image serves as an environment for running Android builds on Gitlab CI in Ackee workspace"
200
201
RUN apt update && apt install -y --no-install-recommends \
202
+ # Needed for EasyLauncher
203
+ fontconfig \
204
# Needed for danger-js
205
nodejs \
206
&& rm -rf /var/lib/apt/lists/*
0 commit comments