Change dynmap

This commit is contained in:
2024-03-08 23:18:07 +01:00
parent 381045864e
commit f586bf4d06
2 changed files with 6 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ services:
shulkerboxtooltip
audioplayer
phosphor
dynmap:3.7-beta-4
dynmap
no-trial-chambers
MODRINTH_DOWNLOAD_DEPENDENCIES: required

View File

@@ -1,5 +1,8 @@
FROM php:8.3-apache
RUN apt-get update \
&& apt-get install -y libpq-dev \
&& docker-php-ext-install pdo_pgsql
&& apt-get install -y --no-install-recommends \
libpq-dev \
&& docker-php-ext-install pdo_pgsql \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*