1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2025-05-08 03:34:03 +02:00

Add zstd installation to Dockerfile

This commit is contained in:
chylex 2023-02-05 02:56:07 +01:00
parent 2f49d72014
commit b5129e2f70
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -59,7 +59,8 @@ RUN --mount=target=/var/lib/apt/lists,type=cache,sharing=locked \
rm -f /etc/apt/apt.conf.d/docker-clean && \
apt-get update && \
apt-get install -y \
openjdk-18-jre-headless
openjdk-18-jre-headless \
zstd
RUN mkdir /data && chmod 777 /data
WORKDIR /data