mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Update base image from debian:bookworm-slim to debian:trixie-slim
This commit is contained in:
parent
6336a03728
commit
b4e28a3cf7
|
|
@ -1,8 +1,9 @@
|
|||
FROM debian:bookworm-slim
|
||||
FROM debian:trixie-slim
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
# basically, it only works with a Release build.(libs are not included in Debug build)
|
||||
ARG MC_RUNTIME_DIR=x64/Minecraft.Server/Release
|
||||
ENV DISPLAY=" "
|
||||
|
||||
RUN dpkg --add-architecture i386 \
|
||||
&& apt-get update \
|
||||
|
|
|
|||
Loading…
Reference in a new issue