Skip to content

Commit

Permalink
Add zip/unzip to java (#235)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile
  • Loading branch information
Stigstille authored Apr 4, 2024
1 parent c80ad9a commit 0d8a7c7
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 10 deletions.
6 changes: 4 additions & 2 deletions java/11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ RUN apt update -y \
tzdata \
iproute2 \
libfreetype6 \
tini
tini \
zip \
unzip


## Setup user and working directory
Expand All @@ -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"]
CMD ["/entrypoint.sh"]
4 changes: 3 additions & 1 deletion java/11j9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion java/16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion java/16j9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion java/17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion java/19/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion java/21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion java/8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion java/8j9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d8a7c7

Please sign in to comment.