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
RUN useradd -m -d /home/container -s /bin/bash container