Remove installation of curl and unzip from image
This commit is contained in:
parent
8fb9a0d8a8
commit
ff126c88f9
@ -12,7 +12,7 @@ LABEL org.opencontainers.image.title="Minecraft Vanilla Server Java Edition"
|
|||||||
|
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk add --no-cache --update coreutils && \
|
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 TZ=Europe/Berlin
|
||||||
ENV MINECRAFT_SERVER_VERSION="$MINECRAFT_SERVER_VERSION"
|
ENV MINECRAFT_SERVER_VERSION="$MINECRAFT_SERVER_VERSION"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user