Skip to content
Snippets Groups Projects
Commit 69b3056d authored by tmueller's avatar tmueller
Browse files

addition to the last commit: added webp support for dynmap to allow usugae of...

addition to the last commit: added webp support for dynmap to allow usugae of dynmap with more efficient images (needs manually configured in dynmap-configuration.txt
parent eeedcca5
No related branches found
No related tags found
1 merge request!1Master
......@@ -14,7 +14,7 @@ RUN apt-get update \
&& apt-get install -y wget \
&& apt-get install -y curl \
&& apt-get install -y jq \
&& apt-get install webp \
&& apt-get install -y webp \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir /papermc \
&& mkdir /backup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment