Remove installation of curl and unzip from image

This commit is contained in:
Kim Oliver Drechsel 2021-12-03 18:27:13 +01:00
parent 8fb9a0d8a8
commit ff126c88f9
Signed by: Kim
GPG Key ID: B9D907EF02605A07

View File

@ -12,7 +12,7 @@ LABEL org.opencontainers.image.title="Minecraft Vanilla Server Java Edition"
RUN apk update && \
apk add --no-cache --update coreutils && \
apk add --no-cache --update tzdata curl unzip bash
apk add --no-cache --update tzdata bash
ENV TZ=Europe/Berlin
ENV MINECRAFT_SERVER_VERSION="$MINECRAFT_SERVER_VERSION"