install fontconfig - docker
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 37s

This commit is contained in:
Lee
2024-04-20 20:23:04 +01:00
parent c5b5b3b105
commit f664406299
3 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,7 @@
FROM maven:3.8.5-openjdk-17-slim
RUN apt install fontconfig -y
# Set the working directory
WORKDIR /home/container