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:
@@ -18,7 +18,9 @@ RUN apt update -y \
|
|||||||
tzdata \
|
tzdata \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
libfreetype6 \
|
libfreetype6 \
|
||||||
tini
|
tini \
|
||||||
|
zip \
|
||||||
|
unzip
|
||||||
|
|
||||||
|
|
||||||
## Setup user and working directory
|
## Setup user and working directory
|
||||||
@@ -32,4 +34,4 @@ STOPSIGNAL SIGINT
|
|||||||
COPY --chown=container:container ./../entrypoint.sh /entrypoint.sh
|
COPY --chown=container:container ./../entrypoint.sh /entrypoint.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
ENTRYPOINT ["/usr/bin/tini", "-g", "--"]
|
ENTRYPOINT ["/usr/bin/tini", "-g", "--"]
|
||||||
CMD ["/entrypoint.sh"]
|
CMD ["/entrypoint.sh"]
|
||||||
|
@@ -15,7 +15,9 @@ RUN apt update -y \
|
|||||||
tzdata \
|
tzdata \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
libfreetype6 \
|
libfreetype6 \
|
||||||
tini
|
tini \
|
||||||
|
zip \
|
||||||
|
unzip
|
||||||
|
|
||||||
## Setup user and working directory
|
## Setup user and working directory
|
||||||
RUN useradd -m -d /home/container -s /bin/bash container
|
RUN useradd -m -d /home/container -s /bin/bash container
|
||||||
|
@@ -18,7 +18,9 @@ RUN apt update -y \
|
|||||||
tzdata \
|
tzdata \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
libfreetype6 \
|
libfreetype6 \
|
||||||
tini
|
tini \
|
||||||
|
zip \
|
||||||
|
unzip
|
||||||
|
|
||||||
## Setup user and working directory
|
## Setup user and working directory
|
||||||
RUN useradd -m -d /home/container -s /bin/bash container
|
RUN useradd -m -d /home/container -s /bin/bash container
|
||||||
|
@@ -15,7 +15,9 @@ RUN apt update -y \
|
|||||||
tzdata \
|
tzdata \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
libfreetype6 \
|
libfreetype6 \
|
||||||
tini
|
tini \
|
||||||
|
zip \
|
||||||
|
unzip
|
||||||
|
|
||||||
## Setup user and working directory
|
## Setup user and working directory
|
||||||
RUN useradd -m -d /home/container -s /bin/bash container
|
RUN useradd -m -d /home/container -s /bin/bash container
|
||||||
|
@@ -18,7 +18,9 @@ RUN apt update -y \
|
|||||||
tzdata \
|
tzdata \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
libfreetype6 \
|
libfreetype6 \
|
||||||
tini
|
tini \
|
||||||
|
zip \
|
||||||
|
unzip
|
||||||
|
|
||||||
## Setup user and working directory
|
## Setup user and working directory
|
||||||
RUN useradd -m -d /home/container -s /bin/bash container
|
RUN useradd -m -d /home/container -s /bin/bash container
|
||||||
|
@@ -18,7 +18,9 @@ RUN apt update -y \
|
|||||||
tzdata \
|
tzdata \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
libfreetype6 \
|
libfreetype6 \
|
||||||
tini
|
tini \
|
||||||
|
zip \
|
||||||
|
unzip
|
||||||
|
|
||||||
## Setup user and working directory
|
## Setup user and working directory
|
||||||
RUN useradd -m -d /home/container -s /bin/bash container
|
RUN useradd -m -d /home/container -s /bin/bash container
|
||||||
|
@@ -18,7 +18,9 @@ RUN apt update -y \
|
|||||||
tzdata \
|
tzdata \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
libfreetype6 \
|
libfreetype6 \
|
||||||
tini
|
tini \
|
||||||
|
zip \
|
||||||
|
unzip
|
||||||
|
|
||||||
## Setup user and working directory
|
## Setup user and working directory
|
||||||
RUN useradd -m -d /home/container -s /bin/bash container
|
RUN useradd -m -d /home/container -s /bin/bash container
|
||||||
|
@@ -18,7 +18,9 @@ RUN apt update -y \
|
|||||||
tzdata \
|
tzdata \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
libfreetype6 \
|
libfreetype6 \
|
||||||
tini
|
tini \
|
||||||
|
zip \
|
||||||
|
unzip
|
||||||
|
|
||||||
## Setup user and working directory
|
## Setup user and working directory
|
||||||
RUN useradd -m -d /home/container -s /bin/bash container
|
RUN useradd -m -d /home/container -s /bin/bash container
|
||||||
|
@@ -15,7 +15,9 @@ RUN apt update -y \
|
|||||||
tzdata \
|
tzdata \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
libfreetype6 \
|
libfreetype6 \
|
||||||
tini
|
tini \
|
||||||
|
zip \
|
||||||
|
unzip
|
||||||
|
|
||||||
## Setup user and working directory
|
## Setup user and working directory
|
||||||
RUN useradd -m -d /home/container -s /bin/bash container
|
RUN useradd -m -d /home/container -s /bin/bash container
|
||||||
|
Reference in New Issue
Block a user