Fixed confirmation for removing curl; Will probably need to do the same for autoremove
This commit is contained in:
@@ -6,8 +6,7 @@ ARG MC_SERVER_VERSION
|
|||||||
|
|
||||||
RUN apt update && apt install -y curl \
|
RUN apt update && apt install -y curl \
|
||||||
&& curl -o /MinecraftServer.zip https://minecraft.azureedge.net/bin-linux/bedrock-server-${MC_SERVER_VERSION}.zip \
|
&& curl -o /MinecraftServer.zip https://minecraft.azureedge.net/bin-linux/bedrock-server-${MC_SERVER_VERSION}.zip \
|
||||||
&& apt purge curl \
|
&& apt purge -y curl && apt autoremove && rm /var/lib/apt/lists/*
|
||||||
&& rm /var/lib/apt/lists/*
|
|
||||||
|
|
||||||
COPY /entrypoint.sh /
|
COPY /entrypoint.sh /
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user