Add zip/unzip to java (#235)

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile
This commit is contained in:
Stigstille
2024-04-04 13:56:23 -04:00
committed by GitHub
parent c80ad9aa0a
commit 0d8a7c735b
9 changed files with 28 additions and 10 deletions

View File

@@ -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"]
CMD ["/entrypoint.sh"]