diff --git a/java/amazoncorretto/11-forge/Dockerfile b/java/amazoncorretto/11-forge/Dockerfile index e083fc813..76c724d06 100644 --- a/java/amazoncorretto/11-forge/Dockerfile +++ b/java/amazoncorretto/11-forge/Dockerfile @@ -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 diff --git a/java/amazoncorretto/11/Dockerfile b/java/amazoncorretto/11/Dockerfile index 4fa37c26e..73002f3d9 100644 --- a/java/amazoncorretto/11/Dockerfile +++ b/java/amazoncorretto/11/Dockerfile @@ -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 diff --git a/java/amazoncorretto/16/Dockerfile b/java/amazoncorretto/16/Dockerfile index 150c80ad8..d061b87fc 100644 --- a/java/amazoncorretto/16/Dockerfile +++ b/java/amazoncorretto/16/Dockerfile @@ -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 diff --git a/java/amazoncorretto/17/Dockerfile b/java/amazoncorretto/17/Dockerfile index 5eb0ae121..6731bcda4 100644 --- a/java/amazoncorretto/17/Dockerfile +++ b/java/amazoncorretto/17/Dockerfile @@ -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 diff --git a/java/amazoncorretto/20/Dockerfile b/java/amazoncorretto/20/Dockerfile index f37a62868..2aceee35f 100644 --- a/java/amazoncorretto/20/Dockerfile +++ b/java/amazoncorretto/20/Dockerfile @@ -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 diff --git a/java/amazoncorretto/21/Dockerfile b/java/amazoncorretto/21/Dockerfile index dce5d3354..49891cf77 100644 --- a/java/amazoncorretto/21/Dockerfile +++ b/java/amazoncorretto/21/Dockerfile @@ -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 diff --git a/java/amazoncorretto/8-forge/Dockerfile b/java/amazoncorretto/8-forge/Dockerfile index eca2b76bd..65292bd5b 100644 --- a/java/amazoncorretto/8-forge/Dockerfile +++ b/java/amazoncorretto/8-forge/Dockerfile @@ -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 diff --git a/java/amazoncorretto/8/Dockerfile b/java/amazoncorretto/8/Dockerfile index d5a80dda2..87f7b3f96 100644 --- a/java/amazoncorretto/8/Dockerfile +++ b/java/amazoncorretto/8/Dockerfile @@ -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