From 8dfff4dc12553e0a49d1f71f8e860eb7ae56337b Mon Sep 17 00:00:00 2001 From: Pixel Date: Sat, 1 Jun 2024 22:33:58 +0200 Subject: [PATCH] Add fontconfig, since some minecraft plugins need it --- corretto/11/Dockerfile | 2 +- corretto/17/Dockerfile | 2 +- corretto/21/Dockerfile | 2 +- corretto/8/Dockerfile | 2 +- temurin/11/Dockerfile | 2 +- temurin/17/Dockerfile | 2 +- temurin/21/Dockerfile | 2 +- temurin/8/Dockerfile | 2 +- zulu/11/Dockerfile | 2 +- zulu/17/Dockerfile | 2 +- zulu/21/Dockerfile | 2 +- zulu/7/Dockerfile | 2 +- zulu/8/Dockerfile | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/corretto/11/Dockerfile b/corretto/11/Dockerfile index cfcb57d..a04ab25 100644 --- a/corretto/11/Dockerfile +++ b/corretto/11/Dockerfile @@ -1,6 +1,6 @@ FROM amazoncorretto:11-alpine-jdk -RUN apk add --no-cache libstdc++ +RUN apk add --no-cache libstdc++ fontconfig ttf-dejavu USER container ENV USER=container HOME=/home/container diff --git a/corretto/17/Dockerfile b/corretto/17/Dockerfile index 07ff9e5..c15e913 100644 --- a/corretto/17/Dockerfile +++ b/corretto/17/Dockerfile @@ -1,6 +1,6 @@ FROM amazoncorretto:17-alpine-jdk -RUN apk add --no-cache libstdc++ +RUN apk add --no-cache libstdc++ fontconfig ttf-dejavu USER container ENV USER=container HOME=/home/container diff --git a/corretto/21/Dockerfile b/corretto/21/Dockerfile index d5ebdbb..07f7c51 100644 --- a/corretto/21/Dockerfile +++ b/corretto/21/Dockerfile @@ -1,6 +1,6 @@ FROM amazoncorretto:21-alpine-jdk -RUN apk add --no-cache libstdc++ +RUN apk add --no-cache libstdc++ fontconfig ttf-dejavu USER container ENV USER=container HOME=/home/container diff --git a/corretto/8/Dockerfile b/corretto/8/Dockerfile index 45710a6..aed7fe1 100644 --- a/corretto/8/Dockerfile +++ b/corretto/8/Dockerfile @@ -1,6 +1,6 @@ FROM amazoncorretto:8-alpine-jre -RUN apk add --no-cache libstdc++ +RUN apk add --no-cache libstdc++ fontconfig ttf-dejavu USER container ENV USER=container HOME=/home/container diff --git a/temurin/11/Dockerfile b/temurin/11/Dockerfile index 04e8c6b..6148fd6 100644 --- a/temurin/11/Dockerfile +++ b/temurin/11/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:11-alpine -RUN apk add --no-cache libstdc++ +RUN apk add --no-cache libstdc++ fontconfig ttf-dejavu USER container ENV USER=container HOME=/home/container diff --git a/temurin/17/Dockerfile b/temurin/17/Dockerfile index 8cfdb4c..c6bbb5f 100644 --- a/temurin/17/Dockerfile +++ b/temurin/17/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:17-alpine -RUN apk add --no-cache libstdc++ +RUN apk add --no-cache libstdc++ fontconfig ttf-dejavu USER container ENV USER=container HOME=/home/container diff --git a/temurin/21/Dockerfile b/temurin/21/Dockerfile index 6ed5e6f..ba9492c 100644 --- a/temurin/21/Dockerfile +++ b/temurin/21/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:21-alpine -RUN apk add --no-cache libstdc++ +RUN apk add --no-cache libstdc++ fontconfig ttf-dejavu USER container ENV USER=container HOME=/home/container diff --git a/temurin/8/Dockerfile b/temurin/8/Dockerfile index d1d640e..c3ec6e3 100644 --- a/temurin/8/Dockerfile +++ b/temurin/8/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:8-alpine -RUN apk add --no-cache libstdc++ +RUN apk add --no-cache libstdc++ fontconfig ttf-dejavu USER container ENV USER=container HOME=/home/container diff --git a/zulu/11/Dockerfile b/zulu/11/Dockerfile index 4efd00a..71f3ed4 100644 --- a/zulu/11/Dockerfile +++ b/zulu/11/Dockerfile @@ -1,6 +1,6 @@ FROM azul/zulu-openjdk-alpine:11-latest -RUN apk add --no-cache libstdc++ +RUN apk add --no-cache libstdc++ fontconfig ttf-dejavu USER container ENV USER=container HOME=/home/container diff --git a/zulu/17/Dockerfile b/zulu/17/Dockerfile index 5eeff1e..a4a90e8 100644 --- a/zulu/17/Dockerfile +++ b/zulu/17/Dockerfile @@ -1,6 +1,6 @@ FROM azul/zulu-openjdk-alpine:17-latest -RUN apk add --no-cache libstdc++ +RUN apk add --no-cache libstdc++ fontconfig ttf-dejavu USER container ENV USER=container HOME=/home/container diff --git a/zulu/21/Dockerfile b/zulu/21/Dockerfile index c3109b4..870b85e 100644 --- a/zulu/21/Dockerfile +++ b/zulu/21/Dockerfile @@ -1,6 +1,6 @@ FROM azul/zulu-openjdk-alpine:21-latest -RUN apk add --no-cache libstdc++ +RUN apk add --no-cache libstdc++ fontconfig ttf-dejavu USER container ENV USER=container HOME=/home/container diff --git a/zulu/7/Dockerfile b/zulu/7/Dockerfile index c5dda06..edc7ad8 100644 --- a/zulu/7/Dockerfile +++ b/zulu/7/Dockerfile @@ -1,6 +1,6 @@ FROM azul/zulu-openjdk-alpine:7-latest -RUN apk add --no-cache libstdc++ +RUN apk add --no-cache libstdc++ fontconfig ttf-dejavu USER container ENV USER=container HOME=/home/container diff --git a/zulu/8/Dockerfile b/zulu/8/Dockerfile index abc0182..c996b75 100644 --- a/zulu/8/Dockerfile +++ b/zulu/8/Dockerfile @@ -1,6 +1,6 @@ FROM azul/zulu-openjdk-alpine:8-latest -RUN apk add --no-cache libstdc++ +RUN apk add --no-cache libstdc++ fontconfig ttf-dejavu USER container ENV USER=container HOME=/home/container