Skip to content

Commit

Permalink
last
Browse files Browse the repository at this point in the history
  • Loading branch information
EgoMaw committed Jan 28, 2024
1 parent 518daef commit 8bb32ca
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion java/amazoncorretto/11-forge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LABEL org.opencontainers.image.source="https://github.com/egomaw/yolks"
LABEL org.opencontainers.image.licenses=MIT

RUN yum check-update || true \
&& yum install -y curl lsof ca-certificates iproute net-tools openssl git tar sqlite3 fontconfig tzdata freetype gettext jq \
&& yum install -y curl lsof ca-certificates iproute net-tools openssl git tar sqlite-devel fontconfig tzdata freetype gettext jq \
&& yum -y clean all && rm -rf /var/cache && useradd -d /home/container -m container

## install tini
Expand Down
2 changes: 1 addition & 1 deletion java/amazoncorretto/11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.source="https://github.com/egomaw/yolks"
LABEL org.opencontainers.image.licenses=MIT

RUN yum check-update || true \
&& yum install -y curl lsof ca-certificates iproute net-tools openssl git tar sqlite3 fontconfig tzdata freetype gettext jq \
&& yum install -y curl lsof ca-certificates iproute net-tools openssl git tar sqlite-devel fontconfig tzdata freetype gettext jq \
&& yum -y clean all && rm -rf /var/cache && useradd -d /home/container -m container

## install tini
Expand Down
2 changes: 1 addition & 1 deletion java/amazoncorretto/16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.source="https://github.com/egomaw/yolks"
LABEL org.opencontainers.image.licenses=MIT

RUN yum check-update || true \
&& yum install -y curl lsof ca-certificates iproute net-tools openssl git tar sqlite3 fontconfig tzdata freetype gettext jq \
&& yum install -y curl lsof ca-certificates iproute net-tools openssl git tar sqlite-devel fontconfig tzdata freetype gettext jq \
&& yum -y clean all && rm -rf /var/cache && useradd -d /home/container -m container

## install tini
Expand Down
2 changes: 1 addition & 1 deletion java/amazoncorretto/17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.source="https://github.com/egomaw/yolks"
LABEL org.opencontainers.image.licenses=MIT

RUN yum check-update || true \
&& yum install -y curl lsof ca-certificates iproute net-tools openssl git tar sqlite3 fontconfig tzdata freetype gettext jq \
&& yum install -y curl lsof ca-certificates iproute net-tools openssl git tar sqlite-devel fontconfig tzdata freetype gettext jq \
&& yum -y clean all && rm -rf /var/cache && useradd -d /home/container -m container

## install tini
Expand Down
2 changes: 1 addition & 1 deletion java/amazoncorretto/20/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.source="https://github.com/egomaw/yolks"
LABEL org.opencontainers.image.licenses=MIT

RUN yum check-update || true \
&& yum install -y curl lsof ca-certificates iproute net-tools openssl git tar sqlite3 fontconfig tzdata freetype gettext jq \
&& yum install -y curl lsof ca-certificates iproute net-tools openssl git tar sqlite-devel fontconfig tzdata freetype gettext jq \
&& yum -y clean all && rm -rf /var/cache && useradd -d /home/container -m container

## install tini
Expand Down
2 changes: 1 addition & 1 deletion java/amazoncorretto/21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.source="https://github.com/egomaw/yolks"
LABEL org.opencontainers.image.licenses=MIT

RUN yum check-update || true \
&& yum install -y curl lsof ca-certificates iproute net-tools openssl git tar sqlite3 fontconfig tzdata freetype gettext jq \
&& yum install -y curl lsof ca-certificates iproute net-tools openssl git tar sqlite-devel fontconfig tzdata freetype gettext jq \
&& yum -y clean all && rm -rf /var/cache && useradd -d /home/container -m container

## install tini
Expand Down
2 changes: 1 addition & 1 deletion java/amazoncorretto/8-forge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LABEL org.opencontainers.image.source="https://github.com/egomaw/yolks"
LABEL org.opencontainers.image.licenses=MIT

RUN yum check-update || true \
&& yum install -y curl lsof ca-certificates iproute net-tools openssl git tar sqlite3 fontconfig tzdata freetype gettext jq \
&& yum install -y curl lsof ca-certificates iproute net-tools openssl git tar sqlite-devel fontconfig tzdata freetype gettext jq \
&& yum -y clean all && rm -rf /var/cache \
&& useradd -d /home/container -m container

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

RUN yum check-update || true \
&& yum install -y curl lsof ca-certificates iproute net-tools openssl git tar sqlite3 fontconfig tzdata freetype gettext jq \
&& yum install -y curl lsof ca-certificates iproute net-tools openssl git tar sqlite-devel fontconfig tzdata freetype gettext jq \
&& yum -y clean all && rm -rf /var/cache && useradd -d /home/container -m container

## install tini
Expand Down

0 comments on commit 8bb32ca

Please sign in to comment.