diff --git a/java/11/Dockerfile b/java/11/Dockerfile index 9a69ba2..b78d582 100644 --- a/java/11/Dockerfile +++ b/java/11/Dockerfile @@ -18,7 +18,9 @@ RUN apt update -y \ tzdata \ iproute2 \ libfreetype6 \ - tini + tini \ + zip \ + unzip ## Setup user and working directory @@ -32,4 +34,4 @@ STOPSIGNAL SIGINT COPY --chown=container:container ./../entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh ENTRYPOINT ["/usr/bin/tini", "-g", "--"] -CMD ["/entrypoint.sh"] \ No newline at end of file +CMD ["/entrypoint.sh"] diff --git a/java/11j9/Dockerfile b/java/11j9/Dockerfile index d94a963..6098eb9 100644 --- a/java/11j9/Dockerfile +++ b/java/11j9/Dockerfile @@ -15,7 +15,9 @@ RUN apt update -y \ tzdata \ iproute2 \ libfreetype6 \ - tini + tini \ + zip \ + unzip ## Setup user and working directory RUN useradd -m -d /home/container -s /bin/bash container diff --git a/java/16/Dockerfile b/java/16/Dockerfile index 8be923f..139721e 100644 --- a/java/16/Dockerfile +++ b/java/16/Dockerfile @@ -18,7 +18,9 @@ RUN apt update -y \ tzdata \ iproute2 \ libfreetype6 \ - tini + tini \ + zip \ + unzip ## Setup user and working directory RUN useradd -m -d /home/container -s /bin/bash container diff --git a/java/16j9/Dockerfile b/java/16j9/Dockerfile index 580f883..e26b6d8 100644 --- a/java/16j9/Dockerfile +++ b/java/16j9/Dockerfile @@ -15,7 +15,9 @@ RUN apt update -y \ tzdata \ iproute2 \ libfreetype6 \ - tini + tini \ + zip \ + unzip ## Setup user and working directory RUN useradd -m -d /home/container -s /bin/bash container diff --git a/java/17/Dockerfile b/java/17/Dockerfile index f9406e2..baa9736 100644 --- a/java/17/Dockerfile +++ b/java/17/Dockerfile @@ -18,7 +18,9 @@ RUN apt update -y \ tzdata \ iproute2 \ libfreetype6 \ - tini + tini \ + zip \ + unzip ## Setup user and working directory RUN useradd -m -d /home/container -s /bin/bash container diff --git a/java/19/Dockerfile b/java/19/Dockerfile index ef9987a..9bb6016 100644 --- a/java/19/Dockerfile +++ b/java/19/Dockerfile @@ -18,7 +18,9 @@ RUN apt update -y \ tzdata \ iproute2 \ libfreetype6 \ - tini + tini \ + zip \ + unzip ## Setup user and working directory RUN useradd -m -d /home/container -s /bin/bash container diff --git a/java/21/Dockerfile b/java/21/Dockerfile index b690703..a0e4f26 100644 --- a/java/21/Dockerfile +++ b/java/21/Dockerfile @@ -18,7 +18,9 @@ RUN apt update -y \ tzdata \ iproute2 \ libfreetype6 \ - tini + tini \ + zip \ + unzip ## Setup user and working directory RUN useradd -m -d /home/container -s /bin/bash container diff --git a/java/8/Dockerfile b/java/8/Dockerfile index f4ac7d1..27eae9a 100644 --- a/java/8/Dockerfile +++ b/java/8/Dockerfile @@ -18,7 +18,9 @@ RUN apt update -y \ tzdata \ iproute2 \ libfreetype6 \ - tini + tini \ + zip \ + unzip ## Setup user and working directory RUN useradd -m -d /home/container -s /bin/bash container diff --git a/java/8j9/Dockerfile b/java/8j9/Dockerfile index 58ab2db..5843a20 100644 --- a/java/8j9/Dockerfile +++ b/java/8j9/Dockerfile @@ -15,7 +15,9 @@ RUN apt update -y \ tzdata \ iproute2 \ libfreetype6 \ - tini + tini \ + zip \ + unzip ## Setup user and working directory RUN useradd -m -d /home/container -s /bin/bash container