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:
parent
2f49d72014
commit
b5129e2f70
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user