Fixed confirmation for removing curl; Will probably need to do the same for autoremove

This commit is contained in:
William Miceli
2019-08-31 17:57:57 -04:00
parent 119835f839
commit 456b75731b

View File

@@ -6,8 +6,7 @@ ARG MC_SERVER_VERSION
RUN apt update && apt install -y curl \
&& curl -o /MinecraftServer.zip https://minecraft.azureedge.net/bin-linux/bedrock-server-${MC_SERVER_VERSION}.zip \
&& apt purge curl \
&& rm /var/lib/apt/lists/*
&& apt purge -y curl && apt autoremove && rm /var/lib/apt/lists/*
COPY /entrypoint.sh /