diff --git a/Dockerfile b/Dockerfile index 765550d..f6144a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,9 @@ USER root ARG MC_SERVER_VERSION -RUN curl -o /MinecraftServer.zip https://minecraft.azureedge.net/bin-linux/bedrock-server-${MC_SERVER_VERSION}.zip +RUN apt update && apt install curl \ + && curl -o /MinecraftServer.zip https://minecraft.azureedge.net/bin-linux/bedrock-server-${MC_SERVER_VERSION}.zip \ + && rm /var/lib/apt/lists/* COPY /entrypoint.sh /