Skip to content

Commit

Permalink
Removed ttf-dejavu packages
Browse files Browse the repository at this point in the history
Added libc6-compat lib
  • Loading branch information
zGumeloBr committed Dec 30, 2024
1 parent 942b5ce commit 5153ec8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion java/zulu/11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL author="zGumeloBr" maintainer="yan.mf@outlook.com"
LABEL org.opencontainers.image.source="https://github.com/zGumeloBr/pterodactyl-images"
LABEL org.opencontainers.image.licenses=MIT

RUN apk add --update --no-cache curl ca-certificates openssl git tar sqlite fontconfig freetype tzdata iproute2 libstdc++ ttf-dejavu java-jna
RUN apk add --update --no-cache eudev udev-init-scripts libc6-compat curl ca-certificates openssl git tar sqlite fontconfig freetype tzdata iproute2 libstdc++ java-jna
RUN adduser -D -h /home/container container

USER container
Expand Down
2 changes: 1 addition & 1 deletion java/zulu/15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL author="zGumeloBr" maintainer="yan.mf@outlook.com"
LABEL org.opencontainers.image.source="https://github.com/zGumeloBr/pterodactyl-images"
LABEL org.opencontainers.image.licenses=MIT

RUN apk add --update --no-cache curl ca-certificates openssl git tar sqlite fontconfig freetype tzdata iproute2 libstdc++ ttf-dejavu java-jna
RUN apk add --update --no-cache eudev udev-init-scripts libc6-compat curl ca-certificates openssl git tar sqlite fontconfig freetype tzdata iproute2 libstdc++ java-jna
RUN adduser -D -h /home/container container

USER container
Expand Down
2 changes: 1 addition & 1 deletion java/zulu/16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL author="zGumeloBr" maintainer="yan.mf@outlook.com"
LABEL org.opencontainers.image.source="https://github.com/zGumeloBr/pterodactyl-images"
LABEL org.opencontainers.image.licenses=MIT

RUN apk add --update --no-cache curl ca-certificates openssl git tar sqlite fontconfig freetype tzdata iproute2 libstdc++ ttf-dejavu java-jna
RUN apk add --update --no-cache eudev udev-init-scripts libc6-compat curl ca-certificates openssl git tar sqlite fontconfig freetype tzdata iproute2 libstdc++ java-jna
RUN adduser -D -h /home/container container

USER container
Expand Down
2 changes: 1 addition & 1 deletion java/zulu/17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL author="zGumeloBr" maintainer="yan.mf@outlook.com"
LABEL org.opencontainers.image.source="https://github.com/zGumeloBr/pterodactyl-images"
LABEL org.opencontainers.image.licenses=MIT

RUN apk add --update --no-cache curl ca-certificates openssl git tar sqlite fontconfig freetype tzdata iproute2 libstdc++ ttf-dejavu java-jna eudev udev-init-scripts
RUN apk add --update --no-cache eudev udev-init-scripts libc6-compat curl ca-certificates openssl git tar sqlite fontconfig freetype tzdata iproute2 libstdc++ java-jna
RUN adduser -D -h /home/container container

USER container
Expand Down
2 changes: 1 addition & 1 deletion java/zulu/21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL author="zGumeloBr" maintainer="yan.mf@outlook.com"
LABEL org.opencontainers.image.source="https://github.com/zGumeloBr/pterodactyl-images"
LABEL org.opencontainers.image.licenses=MIT

RUN apk add --update --no-cache curl ca-certificates openssl git tar sqlite fontconfig freetype tzdata iproute2 libstdc++ ttf-dejavu java-jna
RUN apk add --update --no-cache eudev udev-init-scripts libc6-compat curl ca-certificates openssl git tar sqlite fontconfig freetype tzdata iproute2 libstdc++ java-jna
RUN adduser -D -h /home/container container

USER container
Expand Down
2 changes: 1 addition & 1 deletion java/zulu/8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL author="zGumeloBr" maintainer="yan.mf@outlook.com"
LABEL org.opencontainers.image.source="https://github.com/zGumeloBr/pterodactyl-images"
LABEL org.opencontainers.image.licenses=MIT

RUN apk add --update --no-cache curl ca-certificates openssl git tar sqlite fontconfig freetype tzdata iproute2 libstdc++ ttf-dejavu java-jna
RUN apk add --update --no-cache eudev udev-init-scripts libc6-compat curl ca-certificates openssl git tar sqlite fontconfig freetype tzdata iproute2 libstdc++ java-jna
RUN adduser -D -h /home/container container

USER container
Expand Down

0 comments on commit 5153ec8

Please sign in to comment.