From ff126c88f9034e58b90f2dbaf27e32ee5f25fc60 Mon Sep 17 00:00:00 2001 From: Kim Oliver Drechsel Date: Fri, 3 Dec 2021 18:27:13 +0100 Subject: [PATCH] Remove installation of curl and unzip from image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f02107..3fd5bc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"