Fix loading world from compressed tar archives (#1304)

This commit is contained in:
Luc Ritchie
2022-01-25 17:19:15 -05:00
committed by GitHub
parent d02bbb798e
commit 8a42dfe232
14 changed files with 60 additions and 10 deletions

View File

@@ -20,6 +20,7 @@ RUN apt-get update \
rsync \
nano \
unzip \
zstd \
knockd \
ttf-dejavu \
&& apt-get clean