From e3a4a35ce40adde002572332f7fa0953aab9b3a2 Mon Sep 17 00:00:00 2001 From: Ahmad Ibrahim Shahmi <49528667+solarft@users.noreply.github.com> Date: Fri, 12 Nov 2021 11:02:05 +0000 Subject: [PATCH] Add libfreetype6 to java images. (#20) Required with fontconfig for fonts to work --- java/11/Dockerfile | 2 +- java/11j9/Dockerfile | 2 +- java/16/Dockerfile | 2 +- java/16j9/Dockerfile | 2 +- java/17/Dockerfile | 2 +- java/8/Dockerfile | 2 +- java/8j9/Dockerfile | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/java/11/Dockerfile b/java/11/Dockerfile index 82857f2..13f1c95 100644 --- a/java/11/Dockerfile +++ b/java/11/Dockerfile @@ -28,7 +28,7 @@ LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolk LABEL org.opencontainers.image.licenses=MIT RUN apt-get update -y \ - && apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libstdc++6 \ + && apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ && useradd -d /home/container -m container USER container diff --git a/java/11j9/Dockerfile b/java/11j9/Dockerfile index aaec3bb..ca6d9a0 100644 --- a/java/11j9/Dockerfile +++ b/java/11j9/Dockerfile @@ -28,7 +28,7 @@ LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolk LABEL org.opencontainers.image.licenses=MIT RUN apt-get update -y \ - && apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libstdc++6 \ + && apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ && useradd -d /home/container -m container USER container diff --git a/java/16/Dockerfile b/java/16/Dockerfile index 62d86a7..2a9ce37 100644 --- a/java/16/Dockerfile +++ b/java/16/Dockerfile @@ -28,7 +28,7 @@ LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolk LABEL org.opencontainers.image.licenses=MIT RUN apt-get update -y \ - && apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libstdc++6 \ + && apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ && useradd -d /home/container -m container USER container diff --git a/java/16j9/Dockerfile b/java/16j9/Dockerfile index f7f3b5c..e1b5579 100644 --- a/java/16j9/Dockerfile +++ b/java/16j9/Dockerfile @@ -28,7 +28,7 @@ LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolk LABEL org.opencontainers.image.licenses=MIT RUN apt-get update -y \ - && apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libstdc++6 \ + && apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ && useradd -d /home/container -m container USER container diff --git a/java/17/Dockerfile b/java/17/Dockerfile index e126975..5c2d8eb 100644 --- a/java/17/Dockerfile +++ b/java/17/Dockerfile @@ -28,7 +28,7 @@ LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolk LABEL org.opencontainers.image.licenses=MIT RUN apt-get update -y \ - && apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libstdc++6 \ + && apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ && useradd -d /home/container -m container USER container diff --git a/java/8/Dockerfile b/java/8/Dockerfile index 12999f3..4b2a5ae 100644 --- a/java/8/Dockerfile +++ b/java/8/Dockerfile @@ -28,7 +28,7 @@ LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolk LABEL org.opencontainers.image.licenses=MIT RUN apt-get update -y \ - && apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libstdc++6 \ + && apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ && useradd -d /home/container -m container USER container diff --git a/java/8j9/Dockerfile b/java/8j9/Dockerfile index 1c20317..3cfdd10 100644 --- a/java/8j9/Dockerfile +++ b/java/8j9/Dockerfile @@ -28,7 +28,7 @@ LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolk LABEL org.opencontainers.image.licenses=MIT RUN apt-get update -y \ - && apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libstdc++6 \ + && apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ && useradd -d /home/container -m container USER container