From 71277941528cc33e1317961807b76b91ade40cfe Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 20 Apr 2024 20:24:46 +0100 Subject: [PATCH] install fontconfig - docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c310adc..aeb0ea1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM maven:3.8.5-openjdk-17-slim -RUN apt install fontconfig -y +RUN apt install fontconfig-config -y # Set the working directory WORKDIR /home/container