Add libfreetype6 to java images. (#20)
Required with fontconfig for fonts to work
This commit is contained in:
parent
99dbbaadba
commit
e3a4a35ce4
7 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue