Install curl, then remove all apt lists
This commit is contained in:
@@ -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 /
|
||||
|
||||
|
||||
Reference in New Issue
Block a user