Dockerfile aktualisiert

This commit is contained in:
2024-10-24 09:03:37 +02:00
parent 07fd641c03
commit 007bf66724

View File

@@ -4,7 +4,7 @@ LABEL org.opencontainers.image.authors="admin@minenet.at"
LABEL org.opencontainers.image.source="https://github.com/ich777/docker-openrct2-server"
RUN apt-get update && \
apt-get -y install --no-install-recommends curl libfreetype6 fontconfig && \
apt-get -y install --no-install-recommends curl libfreetype6 fontconfig libzip4 libicu72 && \
rm -rf /var/lib/apt/lists/*
ENV DATA_DIR="/serverdata"