Skip to content

Commit

Permalink
fix(java-graalvm): install english language (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinjs committed Jun 14, 2024
1 parent c8ffecf commit d204133
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion java-graalvm/11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/Software-Noob/pt
LABEL org.opencontainers.image.licenses="MIT"

RUN microdnf update \
&& microdnf install -y curl ca-certificates openssl git tar sqlite fontconfig tzdata iproute gcc gcc-c++ freetype libstdc++ lsof \
&& microdnf install -y curl ca-certificates openssl git tar sqlite fontconfig tzdata iproute gcc gcc-c++ freetype libstdc++ lsof glibc-locale-source glibc-langpack-en \
&& microdnf clean all \
&& adduser --home-dir /home/container container

Expand Down
2 changes: 1 addition & 1 deletion java-graalvm/17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/Software-Noob/pt
LABEL org.opencontainers.image.licenses="MIT"

RUN microdnf update \
&& microdnf install -y curl ca-certificates openssl git tar sqlite fontconfig tzdata iproute gcc gcc-c++ freetype libstdc++ lsof \
&& microdnf install -y curl ca-certificates openssl git tar sqlite fontconfig tzdata iproute gcc gcc-c++ freetype libstdc++ lsof glibc-locale-source glibc-langpack-en \
&& microdnf clean all \
&& adduser --home-dir /home/container container

Expand Down
2 changes: 1 addition & 1 deletion java-graalvm/21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/Software-Noob/pt
LABEL org.opencontainers.image.licenses="MIT"

RUN microdnf update \
&& microdnf install -y curl ca-certificates openssl git tar sqlite fontconfig tzdata iproute gcc gcc-c++ freetype libstdc++ lsof \
&& microdnf install -y curl ca-certificates openssl git tar sqlite fontconfig tzdata iproute gcc gcc-c++ freetype libstdc++ lsof glibc-locale-source glibc-langpack-en \
&& microdnf clean all \
&& adduser --home-dir /home/container container

Expand Down
2 changes: 1 addition & 1 deletion java-graalvm/22/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/Software-Noob/pt
LABEL org.opencontainers.image.licenses="MIT"

RUN microdnf update \
&& microdnf install -y curl ca-certificates openssl git tar sqlite fontconfig tzdata iproute gcc gcc-c++ freetype libstdc++ lsof \
&& microdnf install -y curl ca-certificates openssl git tar sqlite fontconfig tzdata iproute gcc gcc-c++ freetype libstdc++ lsof glibc-locale-source glibc-langpack-en \
&& microdnf clean all \
&& adduser --home-dir /home/container container

Expand Down
2 changes: 1 addition & 1 deletion java-graalvm/8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/Software-Noob/pt
LABEL org.opencontainers.image.licenses="MIT"

RUN microdnf update \
&& microdnf install -y curl ca-certificates openssl git tar sqlite fontconfig tzdata iproute gcc gcc-c++ freetype libstdc++ lsof \
&& microdnf install -y curl ca-certificates openssl git tar sqlite fontconfig tzdata iproute gcc gcc-c++ freetype libstdc++ lsof glibc-locale-source glibc-langpack-en \
&& microdnf clean all \
&& adduser --home-dir /home/container container

Expand Down

0 comments on commit d204133

Please sign in to comment.